Skip to content

Commit 14e7fb9

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 95bc492 commit 14e7fb9

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
@@ -55,7 +55,7 @@ jobs:
5555
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
5656
- name: Fix golang dependency permissions
5757
run: chmod -R 0755 ~/go/pkg/mod ~/.cache/go-build
58-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
58+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5959
with:
6060
path: |
6161
~/.cache/go-build
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
go-version-file: 'go.mod'
8888
cache: false
89-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
89+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9090
with:
9191
path: |
9292
~/.cache/go-build
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
go-version-file: 'go.mod'
131131
cache: false
132-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
132+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
133133
with:
134134
path: |
135135
~/.cache/go-build
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
go-version-file: 'go.mod'
167167
cache: false
168-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
168+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
169169
with:
170170
path: |
171171
~/.cache/go-build
@@ -204,7 +204,7 @@ jobs:
204204
run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
205205
- name: Fix golang dependency permissions
206206
run: chmod -R 0755 ~/go/pkg/mod ~/.cache/go-build
207-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
207+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
208208
with:
209209
path: |
210210
~/.cache/go-build
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
go-version-file: 'go.mod'
254254
cache: false
255-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
255+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
256256
with:
257257
path: |
258258
~/.cache/go-build
@@ -315,7 +315,7 @@ jobs:
315315
with:
316316
go-version-file: 'go.mod'
317317
cache: false
318-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
318+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
319319
with:
320320
path: |
321321
~/.cache/go-build
@@ -385,7 +385,7 @@ jobs:
385385
with:
386386
go-version-file: 'go.mod'
387387
cache: false
388-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
388+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
389389
with:
390390
path: |
391391
~/.cache/go-build
@@ -466,7 +466,7 @@ jobs:
466466
with:
467467
go-version-file: 'go.mod'
468468
cache: false
469-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
469+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
470470
with:
471471
path: |
472472
~/.cache/go-build
@@ -557,7 +557,7 @@ jobs:
557557
with:
558558
go-version-file: 'go.mod'
559559
cache: false
560-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
560+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
561561
with:
562562
path: |
563563
~/.cache/go-build
@@ -637,7 +637,7 @@ jobs:
637637
with:
638638
go-version-file: 'go.mod'
639639
cache: false
640-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
640+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
641641
with:
642642
path: |
643643
~/.cache/go-build
@@ -710,7 +710,7 @@ jobs:
710710
with:
711711
go-version-file: 'go.mod'
712712
cache: false
713-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
713+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
714714
with:
715715
path: |
716716
~/.cache/go-build
@@ -750,7 +750,7 @@ jobs:
750750
go-version-file: 'go.mod'
751751
cache: false
752752

753-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
753+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
754754
with:
755755
path: |
756756
~/.cache/go-build

0 commit comments

Comments
 (0)