Skip to content

Commit

Permalink
ci: bump actions/checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Mosnacek <[email protected]>
  • Loading branch information
WOnder93 committed Nov 28, 2023
1 parent 7d69446 commit 6b28364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
image: fedora:latest
steps:
- run: sudo dnf install -y astyle perltidy findutils git-core
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: sudo chown $(id -u):$(id -g) .
- run: tools/check-syntax -f && git diff --exit-code
fedora-test:
Expand All @@ -27,7 +27,7 @@ jobs:
steps:
- name: Install GNU coreutils
run: brew install coreutils
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# macOS sometimes allows symlinks to have permissions other than 777,
# so change all symlink perms to match the Linux convention. Otherwise
# the rsync run by Vagrant will complain that it can't copy over the
Expand Down

0 comments on commit 6b28364

Please sign in to comment.