Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

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

chore(deps): bump actions/cache from 3.0.11 to 3.3.1
  • Loading branch information
ernado authored Mar 28, 2023
2 parents 43547f5 + 3336c62 commit 44a10bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.11
uses: actions/cache@v3.3.1
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.3.1
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 44a10bd

Please sign in to comment.