Skip to content

Commit

Permalink
🌱 Bump actions/cache from 2.1.7 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@937d244...4b0cf6c)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and naveensrinivasan committed Mar 22, 2022
1 parent d51e004 commit a69fda7
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 @@ -40,7 +40,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -82,7 +82,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -124,7 +124,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -166,7 +166,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -208,7 +208,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -250,7 +250,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -292,7 +292,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #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 @@ -34,7 +34,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -76,7 +76,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -116,7 +116,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -155,7 +155,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -195,7 +195,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -235,7 +235,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -275,7 +275,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -315,7 +315,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -355,7 +355,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -395,7 +395,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -435,7 +435,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -475,7 +475,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -515,7 +515,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -555,7 +555,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -595,7 +595,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -634,7 +634,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@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -669,7 +669,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -704,7 +704,7 @@ jobs:

- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed #v2.1.7
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -739,7 +739,7 @@ jobs:

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

0 comments on commit a69fda7

Please sign in to comment.