Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 15b4ad3 commit 4fc944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
| tee bench-$TARGET_SHA.txt
- name: Restore base benchmark result
id: bench-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
bench-${{ env.BASE_SHA }}.txt
Expand Down

0 comments on commit 4fc944c

Please sign in to comment.