Skip to content

Commit 82e55f2

Browse files
chore(deps): bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80bd0dd commit 82e55f2

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].2
21+
uses: actions/[email protected].3
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].2
23+
uses: actions/[email protected].3
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].2
76+
uses: actions/[email protected].3
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].2
22+
uses: actions/[email protected].3
2323
with:
2424
path: |
2525
~/go/pkg/mod

0 commit comments

Comments
 (0)