Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.0.6 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2022
1 parent feab231 commit b439786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go-version-file: .go-version

- name: Set up Go mod cache
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
with:
path: ~/go/pkg/mod
key: gomod-${{ hashFiles('**/go.sum') }}
Expand All @@ -59,7 +59,7 @@ jobs:
go-version-file: .go-version

- name: Set up Go mod cache
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
with:
path: ~/go/pkg/mod
key: gomod-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit b439786

Please sign in to comment.