Skip to content

Commit

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

build(deps): bump actions/cache from 3.0.1 to 3.0.2
  • Loading branch information
tdakkota committed Apr 15, 2022
2 parents bc4208b + 3f3c0c2 commit 9b379d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Restore Go cache
id: cache-gotip
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/gotip
key: ${{ runner.os }}-gotip-${{ hashFiles('GO_COMMIT_HASH') }}
Expand Down

0 comments on commit 9b379d1

Please sign in to comment.