Skip to content

Commit

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

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
jaqx0r authored Jan 18, 2024
2 parents 6926d2e + be22af0 commit bd0f47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '^1.x'
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit bd0f47e

Please sign in to comment.