Skip to content

Commit 8a22fb8

Browse files
chore(deps): bump actions/cache from 4.0.0 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.0...v4.0.2) --- 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 7d69949 commit 8a22fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "::set-output name=cache::$(go env GOCACHE)"
3030
echo "::set-output name=modcache::$(go env GOMODCACHE)"
3131
- name: Set up cache
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].2
3333
with:
3434
path: |
3535
${{ steps.go-env.outputs.cache }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "::set-output name=modcache::$(go env GOMODCACHE)"
3636
3737
- name: Set up cache
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].2
3939
with:
4040
path: |
4141
${{ steps.go-env.outputs.cache }}

0 commit comments

Comments
 (0)