Skip to content

Commit f3e21fa

Browse files
🌱 Bump actions/cache from 3.0.3 to 3.0.4 (#1988)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1dfbcb commit f3e21fa

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
@@ -179,7 +179,7 @@ jobs:
179179
version: ${{ env.PROTOC_VERSION }}
180180
- name: Cache builds
181181
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
182-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
182+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
183183
with:
184184
path: |
185185
~/go/pkg/mod
@@ -224,7 +224,7 @@ jobs:
224224
version: ${{ env.PROTOC_VERSION }}
225225
- name: Cache builds
226226
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
227-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
227+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
228228
with:
229229
path: |
230230
~/go/pkg/mod
@@ -269,7 +269,7 @@ jobs:
269269
version: ${{ env.PROTOC_VERSION }}
270270
- name: Cache builds
271271
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
272-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
272+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
273273
with:
274274
path: |
275275
~/go/pkg/mod
@@ -314,7 +314,7 @@ jobs:
314314
version: ${{ env.PROTOC_VERSION }}
315315
- name: Cache builds
316316
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
317-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
317+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
318318
with:
319319
path: |
320320
~/go/pkg/mod
@@ -359,7 +359,7 @@ jobs:
359359
version: ${{ env.PROTOC_VERSION }}
360360
- name: Cache builds
361361
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
362-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
362+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
363363
with:
364364
path: |
365365
~/go/pkg/mod
@@ -404,7 +404,7 @@ jobs:
404404
version: ${{ env.PROTOC_VERSION }}
405405
- name: Cache builds
406406
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
407-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
407+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
408408
with:
409409
path: |
410410
~/go/pkg/mod
@@ -449,7 +449,7 @@ jobs:
449449
version: ${{ env.PROTOC_VERSION }}
450450
- name: Cache builds
451451
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
452-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
452+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
453453
with:
454454
path: |
455455
~/go/pkg/mod
@@ -494,7 +494,7 @@ jobs:
494494
version: ${{ env.PROTOC_VERSION }}
495495
- name: Cache builds
496496
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
497-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
497+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
498498
with:
499499
path: |
500500
~/go/pkg/mod
@@ -539,7 +539,7 @@ jobs:
539539
version: ${{ env.PROTOC_VERSION }}
540540
- name: Cache builds
541541
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
542-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
542+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
543543
with:
544544
path: |
545545
~/go/pkg/mod
@@ -584,7 +584,7 @@ jobs:
584584
version: ${{ env.PROTOC_VERSION }}
585585
- name: Cache builds
586586
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
587-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
587+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
588588
with:
589589
path: |
590590
~/go/pkg/mod
@@ -629,7 +629,7 @@ jobs:
629629
version: ${{ env.PROTOC_VERSION }}
630630
- name: Cache builds
631631
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
632-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
632+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
633633
with:
634634
path: |
635635
~/go/pkg/mod
@@ -674,7 +674,7 @@ jobs:
674674
version: ${{ env.PROTOC_VERSION }}
675675
- name: Cache builds
676676
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
677-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
677+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
678678
with:
679679
path: |
680680
~/go/pkg/mod
@@ -718,7 +718,7 @@ jobs:
718718
version: ${{ env.PROTOC_VERSION }}
719719
- name: Cache builds
720720
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
721-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
721+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
722722
with:
723723
path: |
724724
~/go/pkg/mod
@@ -753,7 +753,7 @@ jobs:
753753

754754
- name: Cache builds
755755
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
756-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
756+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
757757
with:
758758
path: |
759759
~/go/pkg/mod
@@ -797,7 +797,7 @@ jobs:
797797
version: ${{ env.PROTOC_VERSION }}
798798
- name: Cache builds
799799
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
800-
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7
800+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d #v2.1.7
801801
with:
802802
path: |
803803
~/go/pkg/mod
@@ -837,7 +837,7 @@ jobs:
837837

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

0 commit comments

Comments
 (0)