Skip to content

Commit

Permalink
🌱 Bump actions/cache from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@4b0cf6c...136d96b)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 31, 2022
1 parent 7dcb3cb commit 99ecdea
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 @@ -47,7 +47,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -89,7 +89,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -131,7 +131,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -173,7 +173,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -215,7 +215,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -257,7 +257,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -299,7 +299,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #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 @@ -42,7 +42,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -85,7 +85,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -125,7 +125,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -164,7 +164,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -204,7 +204,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -244,7 +244,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -284,7 +284,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -324,7 +324,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -364,7 +364,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -404,7 +404,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -444,7 +444,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -484,7 +484,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -524,7 +524,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -564,7 +564,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -604,7 +604,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -643,7 +643,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -717,7 +717,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@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -752,7 +752,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 99ecdea

Please sign in to comment.