Skip to content

Commit

Permalink
chore: use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Apr 5, 2024
1 parent 431dad1 commit 855d168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Is owner?
Expand Down

0 comments on commit 855d168

Please sign in to comment.