Skip to content

Commit 65e92b6

Browse files
chore(deps): Bump actions/cache from 5.0.3 to 5.0.4 (#603)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 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 44f0b3d commit 65e92b6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version-file: '.go-version'
2828

2929
- name: Set up Go cache
30-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
30+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3131
with:
3232
path: |
3333
~/.cache/go-build
@@ -53,7 +53,7 @@ jobs:
5353
go-version-file: '.go-version'
5454

5555
- name: Set up Go cache
56-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
56+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5757
with:
5858
path: |
5959
~/.cache/go-build
@@ -79,7 +79,7 @@ jobs:
7979
go-version-file: '.go-version'
8080

8181
- name: Set up Go cache
82-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
82+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8383
with:
8484
path: |
8585
~/.cache/go-build
@@ -122,7 +122,7 @@ jobs:
122122
go-version-file: '.go-version'
123123

124124
- name: Set up Go cache
125-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
125+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
126126
with:
127127
path: |
128128
~/.cache/go-build
@@ -132,7 +132,7 @@ jobs:
132132
${{ github.job }}-${{ runner.os }}-go-
133133
134134
- name: Cache license information
135-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
135+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
136136
with:
137137
path: .licensei.cache
138138
key: licensei-v1-${{ github.ref_name }}-${{ hashFiles('go.sum') }}

0 commit comments

Comments
 (0)