Skip to content

Commit

Permalink
.github/workflows: Update checkout action to v4
Browse files Browse the repository at this point in the history
Silence deprecation warnings about old node.js versions.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
  • Loading branch information
tohojo committed Aug 5, 2024
1 parent 7ed2797 commit e08cd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Prepare packages
Expand Down

0 comments on commit e08cd89

Please sign in to comment.