Skip to content

Commit

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

chore(deps): bump actions/cache from 4.0.0 to 4.0.2
  • Loading branch information
ernado committed Apr 18, 2024
2 parents 41f85c4 + 8a22fb8 commit 2bdd034
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@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 2bdd034

Please sign in to comment.