Skip to content

Commit 5d8934f

Browse files
🌱 Bump actions/cache from 3.0.5 to 3.0.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0865c47...f427802) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0d6e3e commit 5d8934f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
2121
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
22-
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
22+
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
2323
with:
2424
# In order:
2525
# * Module download cache
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
5757
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
58-
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
58+
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
5959
with:
6060
# In order:
6161
# * Module download cache

0 commit comments

Comments
 (0)