Skip to content

Commit

Permalink
🌱 Bump actions/cache from 3.0.5 to 3.0.6 (#2127)
Browse files Browse the repository at this point in the history
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2022
1 parent 7f0258e commit 596a2e1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
version: 3.17.3
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
version: 3.17.3
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
version: 3.17.3
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
version: 3.17.3
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
version: 3.17.3
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
version: 3.17.3
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
version: 3.17.3
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
# In order:
# * Module download cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
# In order:
# * Module download cache
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -625,7 +625,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -670,7 +670,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -714,7 +714,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -749,7 +749,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -793,7 +793,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -837,7 +837,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 #v2.1.7
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 596a2e1

Please sign in to comment.