Skip to content

Commit

Permalink
.github: use actions/checkout v4
Browse files Browse the repository at this point in the history
v2 has been deprecated for a while now, and generates a bunch of
warnings each time an action is executed.

Signed-off-by: Nicolas Dechesne <[email protected]>
  • Loading branch information
Nicolas Dechesne committed Oct 18, 2024
1 parent b068cc5 commit fdcd380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Dependencies (Ubuntu)
if: runner.os == 'Linux'
Expand Down

0 comments on commit fdcd380

Please sign in to comment.