Skip to content

Commit 496d4fd

Browse files
🌱 Bump actions/cache from 3.0.4 to 3.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@c3f1317...0865c47) --- 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 ccd0038 commit 496d4fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
1919
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
20-
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
20+
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
2121
with:
2222
# In order:
2323
# * Module download cache

.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@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
22+
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #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@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
58+
- uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
5959
with:
6060
# In order:
6161
# * Module download cache

0 commit comments

Comments
 (0)