Skip to content

Commit

Permalink
Bump actions/checkout from v2 to v3 (#1336)
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 7ee9be8
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

1 comment on commit 7ee9be8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 7ee9be8 Previous: 424b53e Ratio
add_u64_with_felt/6 4 ns/iter (± 0) 3 ns/iter (± 0) 1.33
add_u64_with_felt/7 4 ns/iter (± 0) 3 ns/iter (± 0) 1.33
add_u64_with_felt/8 4 ns/iter (± 0) 3 ns/iter (± 0) 1.33

This comment was automatically generated by workflow using github-action-benchmark.

CC: @unbalancedparentheses

Please sign in to comment.