Skip to content

Commit

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

chore(deps): bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
ernado authored Nov 28, 2024
2 parents 1f3d29f + c1e4f4e commit 7bb48f5
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@v4.0.2
uses: actions/cache@v4.1.2
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@v4.0.2
uses: actions/cache@v4.1.2
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 7bb48f5

Please sign in to comment.