Skip to content

Commit

Permalink
Merge pull request #34 from kelein/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
kelein authored Jan 18, 2024
2 parents be4ae08 + 5c7740a commit 53bd3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
go-version: '^1.x'
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: |
Expand All @@ -40,7 +40,7 @@ jobs:
# if: steps.cache.output.cache-hit != 'true'
# run: make --debug install_deps
- name: restore base benchmark result
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
test-results/benchmark-results-main.txt
Expand Down

0 comments on commit 53bd3f9

Please sign in to comment.