Skip to content

Commit

Permalink
fix checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Aug 20, 2024
1 parent fce1a66 commit 735fbe0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bench-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
- name: run benching script
run: ./bench.sh
- name: preserve bench artifacts
Expand Down

0 comments on commit 735fbe0

Please sign in to comment.