Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and mbrubeck committed Oct 21, 2023
1 parent 8d90a0d commit b9c76c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install packages for fuzzing
if: runner.os == 'Linux' && matrix.fuzz == 1
Expand Down

0 comments on commit b9c76c1

Please sign in to comment.