Skip to content

Commit 9a1aff9

Browse files
authored
Merge pull request #69 from gotd/dependabot/github_actions/actions/cache-3.0.7
chore(deps): bump actions/cache from 3.0.6 to 3.0.7
2 parents 89afe99 + 240a343 commit 9a1aff9

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/cache@v3.0.6
32+
uses: actions/cache@v3.0.7
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
@@ -45,7 +45,7 @@ jobs:
4545
echo "::set-output name=modcache::$(go env GOMODCACHE)"
4646
4747
- name: Set up cache
48-
uses: actions/cache@v3.0.6
48+
uses: actions/cache@v3.0.7
4949
with:
5050
path: |
5151
${{ steps.go-env.outputs.cache }}

0 commit comments

Comments
 (0)