Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.0.0 to 4.0.1 (#907)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@13aacd8...ab5e6d0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 2c59fb6 commit 289ac0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
with:
fetch-depth: 0
- name: cache go binaries
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
id: cache-go-bin
with:
path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin

- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
with:
path: |
~/go/pkg/mod
Expand All @@ -72,7 +72,7 @@ jobs:
with:
go-version: 1.22.x
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 289ac0e

Please sign in to comment.