Skip to content

Commit

Permalink
PR #41 from notaryproject/dependabot/github_actions/actions/cache-3.0.2
Browse files Browse the repository at this point in the history
Bump actions/cache from 3.0.1 to 3.0.2
  • Loading branch information
dtzar authored May 26, 2022
2 parents 746ba33 + 9398a19 commit fe1997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Cache Go modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit fe1997f

Please sign in to comment.