Skip to content

Commit 74bf20e

Browse files
chore(deps): bump actions/cache from 5.0.0 to 5.0.1 in the ci group
Bumps the ci group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@a783357...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35a0da5 commit 74bf20e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/check-manifest-generation-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version-file: '${{ github.workspace }}/go.mod'
2828
- name: Restore Go cache
29-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
29+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
3030
with:
3131
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3232
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.event.pull_request.head.sha }}
2626
fetch-depth: 0
2727
- name: Cache go-build and mod
28-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
28+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
2929
with:
3030
path: |
3131
~/.cache/go-build/

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
go-version-file: '${{ github.workspace }}/go.mod'
3838
- name: Restore Go cache
39-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
39+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
4040
with:
4141
path: /home/runner/work/_temp/_github_home/go/pkg/mod
4242
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
go-version-file: '${{ github.workspace }}/go.mod'
4343
- name: Cache go-build and mod
44-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
44+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
4545
with:
4646
path: |
4747
~/.cache/go-build/

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
go-version-file: '${{ github.workspace }}/go.mod'
3333
- name: Restore Go cache
34-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0
34+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
3535
with:
3636
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3737
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)