Skip to content

Commit b836546

Browse files
Bump actions/cache from 5.0.1 to 5.0.2 (#1494)
1 parent 6fabcda commit b836546

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
5555
- name: Fix golang dependency permissions
5656
run: chmod -R 0755 ~/go/pkg/mod ~/.cache/go-build
57-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
57+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5858
with:
5959
path: |
6060
~/.cache/go-build
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
go-version-file: 'go.mod'
8686
cache: false
87-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
87+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
8888
with:
8989
path: |
9090
~/.cache/go-build
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
go-version-file: 'go.mod'
128128
cache: false
129-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
129+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
130130
with:
131131
path: |
132132
~/.cache/go-build
@@ -161,7 +161,7 @@ jobs:
161161
with:
162162
go-version-file: 'go.mod'
163163
cache: false
164-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
164+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
165165
with:
166166
path: |
167167
~/.cache/go-build
@@ -199,7 +199,7 @@ jobs:
199199
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
200200
- name: Fix golang dependency permissions
201201
run: chmod -R 0755 ~/go/pkg/mod ~/.cache/go-build
202-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
202+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
203203
with:
204204
path: |
205205
~/.cache/go-build
@@ -246,7 +246,7 @@ jobs:
246246
with:
247247
go-version-file: 'go.mod'
248248
cache: false
249-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
249+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
250250
with:
251251
path: |
252252
~/.cache/go-build
@@ -308,7 +308,7 @@ jobs:
308308
with:
309309
go-version-file: 'go.mod'
310310
cache: false
311-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
311+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
312312
with:
313313
path: |
314314
~/.cache/go-build
@@ -377,7 +377,7 @@ jobs:
377377
with:
378378
go-version-file: 'go.mod'
379379
cache: false
380-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
380+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
381381
with:
382382
path: |
383383
~/.cache/go-build
@@ -457,7 +457,7 @@ jobs:
457457
with:
458458
go-version-file: 'go.mod'
459459
cache: false
460-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
460+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
461461
with:
462462
path: |
463463
~/.cache/go-build
@@ -546,7 +546,7 @@ jobs:
546546
with:
547547
go-version-file: 'go.mod'
548548
cache: false
549-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
549+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
550550
with:
551551
path: |
552552
~/.cache/go-build
@@ -625,7 +625,7 @@ jobs:
625625
with:
626626
go-version-file: 'go.mod'
627627
cache: false
628-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
628+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
629629
with:
630630
path: |
631631
~/.cache/go-build
@@ -697,7 +697,7 @@ jobs:
697697
with:
698698
go-version-file: 'go.mod'
699699
cache: false
700-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
700+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
701701
with:
702702
path: |
703703
~/.cache/go-build
@@ -737,7 +737,7 @@ jobs:
737737
go-version-file: 'go.mod'
738738
cache: false
739739

740-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
740+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
741741
with:
742742
path: |
743743
~/.cache/go-build

0 commit comments

Comments
 (0)