Skip to content

Commit f4ae052

Browse files
chore(deps): bump actions/cache from 4.1.0 to 4.1.2 (#678)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e7c300 commit f4ae052

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Restore Go modules
2020
id: go-modules-cache
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].2
2222
with:
2323
path: |
2424
~/go/pkg/mod

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Restore Go modules
2222
id: go-modules-cache
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].2
2424
with:
2525
path: |
2626
~/go/pkg/mod

.github/workflows/tests-labeled.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Restore Go modules
7575
id: go-modules-cache
76-
uses: actions/[email protected].0
76+
uses: actions/[email protected].2
7777
with:
7878
path: |
7979
~/go/pkg/mod

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Restore Go modules
2121
id: go-modules-cache
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].2
2323
with:
2424
path: |
2525
~/go/pkg/mod

0 commit comments

Comments
 (0)