Skip to content

Commit 205b147

Browse files
🌱 Bump actions/cache from 3.0.3 to 3.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@30f413b...c3f1317) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4bd3391 commit 205b147

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

.github/workflows/docker.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
version: 3.17.3
5151
- name: Cache builds
5252
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
53-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
53+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
5454
with:
5555
# In order:
5656
# * Module download cache
@@ -92,7 +92,7 @@ jobs:
9292
version: 3.17.3
9393
- name: Cache builds
9494
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
95-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
95+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
9696
with:
9797
# In order:
9898
# * Module download cache
@@ -134,7 +134,7 @@ jobs:
134134
version: 3.17.3
135135
- name: Cache builds
136136
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
137-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
137+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
138138
with:
139139
# In order:
140140
# * Module download cache
@@ -176,7 +176,7 @@ jobs:
176176
version: 3.17.3
177177
- name: Cache builds
178178
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
179-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
179+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
180180
with:
181181
# In order:
182182
# * Module download cache
@@ -218,7 +218,7 @@ jobs:
218218
version: 3.17.3
219219
- name: Cache builds
220220
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
221-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
221+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
222222
with:
223223
# In order:
224224
# * Module download cache
@@ -260,7 +260,7 @@ jobs:
260260
version: 3.17.3
261261
- name: Cache builds
262262
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
263-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
263+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
264264
with:
265265
# In order:
266266
# * Module download cache
@@ -302,7 +302,7 @@ jobs:
302302
version: 3.17.3
303303
- name: Cache builds
304304
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
305-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
305+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
306306
with:
307307
# In order:
308308
# * Module download cache

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Cache builds
5656
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
57-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
57+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
5858
with:
5959
# In order:
6060
# * Module download cache

.github/workflows/main.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Cache builds
4545
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
46-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
46+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
4747
with:
4848
path: |
4949
~/go/pkg/mod
@@ -86,7 +86,7 @@ jobs:
8686
repo-token: ${{ secrets.GITHUB_TOKEN }}
8787
- name: Cache builds
8888
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
89-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
89+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
9090
with:
9191
path: |
9292
~/go/pkg/mod
@@ -131,7 +131,7 @@ jobs:
131131
version: ${{ env.PROTOC_VERSION }}
132132
- name: Cache builds
133133
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
134-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
134+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
135135
with:
136136
path: |
137137
~/go/pkg/mod
@@ -175,7 +175,7 @@ jobs:
175175
version: ${{ env.PROTOC_VERSION }}
176176
- name: Cache builds
177177
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
178-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
178+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
179179
with:
180180
path: |
181181
~/go/pkg/mod
@@ -220,7 +220,7 @@ jobs:
220220
version: ${{ env.PROTOC_VERSION }}
221221
- name: Cache builds
222222
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
223-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
223+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
224224
with:
225225
path: |
226226
~/go/pkg/mod
@@ -265,7 +265,7 @@ jobs:
265265
version: ${{ env.PROTOC_VERSION }}
266266
- name: Cache builds
267267
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
268-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
268+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
269269
with:
270270
path: |
271271
~/go/pkg/mod
@@ -310,7 +310,7 @@ jobs:
310310
version: ${{ env.PROTOC_VERSION }}
311311
- name: Cache builds
312312
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
313-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
313+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
314314
with:
315315
path: |
316316
~/go/pkg/mod
@@ -355,7 +355,7 @@ jobs:
355355
version: ${{ env.PROTOC_VERSION }}
356356
- name: Cache builds
357357
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
358-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
358+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
359359
with:
360360
path: |
361361
~/go/pkg/mod
@@ -400,7 +400,7 @@ jobs:
400400
version: ${{ env.PROTOC_VERSION }}
401401
- name: Cache builds
402402
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
403-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
403+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
404404
with:
405405
path: |
406406
~/go/pkg/mod
@@ -445,7 +445,7 @@ jobs:
445445
version: ${{ env.PROTOC_VERSION }}
446446
- name: Cache builds
447447
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
448-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
448+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
449449
with:
450450
path: |
451451
~/go/pkg/mod
@@ -490,7 +490,7 @@ jobs:
490490
version: ${{ env.PROTOC_VERSION }}
491491
- name: Cache builds
492492
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
493-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
493+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
494494
with:
495495
path: |
496496
~/go/pkg/mod
@@ -535,7 +535,7 @@ jobs:
535535
version: ${{ env.PROTOC_VERSION }}
536536
- name: Cache builds
537537
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
538-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
538+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
539539
with:
540540
path: |
541541
~/go/pkg/mod
@@ -580,7 +580,7 @@ jobs:
580580
version: ${{ env.PROTOC_VERSION }}
581581
- name: Cache builds
582582
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
583-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
583+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
584584
with:
585585
path: |
586586
~/go/pkg/mod
@@ -625,7 +625,7 @@ jobs:
625625
version: ${{ env.PROTOC_VERSION }}
626626
- name: Cache builds
627627
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
628-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
628+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
629629
with:
630630
path: |
631631
~/go/pkg/mod
@@ -670,7 +670,7 @@ jobs:
670670
version: ${{ env.PROTOC_VERSION }}
671671
- name: Cache builds
672672
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
673-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
673+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
674674
with:
675675
path: |
676676
~/go/pkg/mod
@@ -714,7 +714,7 @@ jobs:
714714
version: ${{ env.PROTOC_VERSION }}
715715
- name: Cache builds
716716
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
717-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
717+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
718718
with:
719719
path: |
720720
~/go/pkg/mod
@@ -749,7 +749,7 @@ jobs:
749749

750750
- name: Cache builds
751751
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
752-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
752+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
753753
with:
754754
path: |
755755
~/go/pkg/mod
@@ -793,7 +793,7 @@ jobs:
793793
version: ${{ env.PROTOC_VERSION }}
794794
- name: Cache builds
795795
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
796-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
796+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
797797
with:
798798
path: |
799799
~/go/pkg/mod
@@ -833,7 +833,7 @@ jobs:
833833

834834
- name: Cache builds
835835
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
836-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
836+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
837837
with:
838838
path: |
839839
~/go/pkg/mod

0 commit comments

Comments
 (0)