Skip to content

Commit

Permalink
Merge pull request #107 from gotd/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-3.0.11

chore(deps): bump actions/cache from 3.0.10 to 3.0.11
  • Loading branch information
ernado committed Oct 14, 2022
2 parents 2e5cbcf + 15f94cb commit 902a4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "::set-output name=cache::$(go env GOCACHE)"
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.0.10
uses: actions/cache@v3.0.11
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.0.10
uses: actions/cache@v3.0.11
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 902a4fa

Please sign in to comment.