Skip to content

Commit a2f00b8

Browse files
Update actions/checkout action to v5 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db92dba commit a2f00b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "max=$(cat max_time.txt)" >> $GITHUB_OUTPUT
6262
rm time.txt mean_time.txt min_time.txt max_time.txt
6363
- name: Checkout GitHub pages
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
if: ${{ always() && !cancelled() }}
6666
with:
6767
ref: gh-pages

0 commit comments

Comments
 (0)