Skip to content

Commit 2b00218

Browse files
dependabot[bot]haorenfsa
authored andcommitted
Bump actions/cache from 4.2.0 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...d4323d4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b59b5c3 commit 2b00218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: 1.24.x
3030
- name: Cache Go Mod Pkg
31-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
31+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3232
with:
3333
path: |
3434
~/.cache/go-build
@@ -54,15 +54,15 @@ jobs:
5454
with:
5555
go-version: 1.24.x
5656
- name: Cache Go Mod Pkg
57-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
57+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5858
with:
5959
path: |
6060
~/.cache/go-build
6161
~/go/pkg/mod
6262
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
6363
restore-keys: ${{ runner.os }}-go-
6464
- name: Cache TestBin
65-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
65+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
6666
with:
6767
path: testbin
6868
key: ubuntu${{ matrix.ubuntu }}-testbin

0 commit comments

Comments
 (0)