Skip to content

Commit 7c44afe

Browse files
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@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 080bd94 commit 7c44afe

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
31+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
57+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
65+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6666
with:
6767
path: testbin
6868
key: ubuntu${{ matrix.ubuntu }}-testbin

0 commit comments

Comments
 (0)