Skip to content

Commit

Permalink
Bump actions/checkout from v2 to v3
Browse files Browse the repository at this point in the history
Using the old version is causing the following warning:
> The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2
  • Loading branch information
MegaRedHand committed Jul 17, 2023
1 parent 424b53e commit 38c5407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# Checkout current and last commit for the diff
- name: Checkout commits
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2

Expand Down

0 comments on commit 38c5407

Please sign in to comment.