Skip to content

Commit 579f327

Browse files
committed
update CI checkout to v4
1 parent 0c16eb8 commit 579f327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Stylua
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v4
4848
- run: date +%W > weekly
4949

5050
- name: Restore cache
@@ -65,7 +65,7 @@ jobs:
6565
name: Luacheck
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v4
6969
- name: Setup
7070
run: |
7171
sudo apt-get update

0 commit comments

Comments
 (0)