Skip to content

Commit

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

chore(deps): bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
ernado authored Jan 17, 2024
2 parents 9aad543 + e1a9433 commit a2afeb0
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
Original file line number Diff line number Diff line change
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.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit a2afeb0

Please sign in to comment.