Skip to content

Commit 2bdd034

Browse files
authored
Merge pull request #236 from gotd/dependabot/github_actions/actions/cache-4.0.2
chore(deps): bump actions/cache from 4.0.0 to 4.0.2
2 parents 41f85c4 + 8a22fb8 commit 2bdd034

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)