🌱 Bump actions/cache from 3.0.0 to 3.0.1

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](4b0cf6cc46...136d96b4ae)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-31 13:01:13 +00:00
parent 7dcb3cb3e2
commit 99ecdea2dd
3 changed files with 27 additions and 27 deletions

View File

@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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

View File

@ -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

View File

@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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
@ -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