Skip to content

Commit 993b7bf

Browse files
chore(deps): bump actions/cache from 4.1.1 to 4.1.2 (#1178)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 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@3624ceb...6849a64) --- 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 fb3e48b commit 993b7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
echo ::set-output name=build_cache::$(go env GOCACHE)
3838
3939
- name: Go modules cache
40-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
40+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4141
with:
4242
path: ${{ steps.go-paths.outputs.mod_cache }}
4343
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
4444

4545
- name: Go build cache
46-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
46+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4747
with:
4848
path: ${{ steps.go-paths.outputs.build_cache }}
4949
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)