Skip to content

Commit

Permalink
Merge pull request #74 from tdakkota/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.3.1

chore(deps): bump actions/cache from 3.3.0 to 3.3.1
  • Loading branch information
tdakkota committed Jun 17, 2023
2 parents 3e0d43b + f51a5e8 commit 409ae04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.0
uses: actions/cache@v3.3.1
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "::set-output name=modcache::$(go env GOMODCACHE)"
- name: Set up cache
uses: actions/cache@v3.3.0
uses: actions/cache@v3.3.1
with:
path: |
${{ steps.go-env.outputs.cache }}
Expand Down

0 comments on commit 409ae04

Please sign in to comment.