Skip to content

Commit f912c88

Browse files
Bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49d86ff commit f912c88

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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
57+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
87+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
129+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
164+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
202+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
249+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
311+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
380+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
460+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
549+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
628+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
700+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
740+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
741741
with:
742742
path: |
743743
~/.cache/go-build

0 commit comments

Comments
 (0)