Skip to content

Commit

Permalink
Test workflow: bump checkout action to v4
Browse files Browse the repository at this point in the history
actions/checkout@v2 uses Node.js v12 which is deprecated
  • Loading branch information
Next-Door-Tech committed Jul 18, 2024
1 parent 09e28b7 commit cc2b3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get install shunit2
- name: Check out branch
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Create the minecraft user
run: sudo adduser --system minecraft
- name: Run tests
Expand Down

0 comments on commit cc2b3b8

Please sign in to comment.