Skip to content

Commit 2e5cbcf

Browse files
authored
Merge pull request #106 from gotd/dependabot/github_actions/actions/cache-3.0.10
chore(deps): bump actions/cache from 3.0.8 to 3.0.10
2 parents a6cc6a1 + 01253f9 commit 2e5cbcf

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.8
32+
uses: actions/cache@v3.0.10
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.8
48+
uses: actions/cache@v3.0.10
4949
with:
5050
path: |
5151
${{ steps.go-env.outputs.cache }}

0 commit comments

Comments
 (0)