Skip to content

Commit cc2b3b8

Browse files
Test workflow: bump checkout action to v4
actions/checkout@v2 uses Node.js v12 which is deprecated
1 parent 09e28b7 commit cc2b3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: sudo apt-get install shunit2
1616
- name: Check out branch
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
- name: Create the minecraft user
1919
run: sudo adduser --system minecraft
2020
- name: Run tests

0 commit comments

Comments
 (0)