Skip to content

Commit cf872be

Browse files
dependabot[bot]paddycarver
authored andcommitted
Bump actions/cache in the all group across 1 directory
Bumps the all group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.0.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80a59d6 commit cf872be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
3636
3737
- name: Go Build Cache
38-
uses: actions/cache@v4.0.2
38+
uses: actions/cache@v4.2.0
3939
with:
4040
path: ${{ steps.go-cache-paths.outputs.go-build }}
4141
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
4242

4343
- name: Go Mod Cache
44-
uses: actions/cache@v4.0.2
44+
uses: actions/cache@v4.2.0
4545
with:
4646
path: ${{ steps.go-cache-paths.outputs.go-mod }}
4747
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)