Skip to content

Commit 02bb480

Browse files
chore(deps): bump actions/cache from 5.0.4 to 5.0.5 in the ci group
Bumps the ci group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fddccdf commit 02bb480

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@668228422ae6a00e4ad889ee87cd7109ec5666a7
29+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
28+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
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
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
go-version-file: '${{ github.workspace }}/go.mod'
3131
- name: Restore Go cache
32-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
32+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
3333
with:
3434
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3535
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
44+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version-file: '${{ github.workspace }}/go.mod'
2828
- name: Restore Go cache
29-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
29+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
3030
with:
3131
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3232
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)