Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4. (servo#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and matzemathics committed Jan 13, 2024
1 parent 6dbc663 commit 311988c
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 @@ -19,7 +19,7 @@ jobs:
- toolchain: beta
fuzz: 1
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 311988c

Please sign in to comment.