Skip to content

Commit

Permalink
Merge pull request #91 from bengarrett/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
bengarrett authored Sep 12, 2023
2 parents d1d76eb + ed39f6d commit 4a60fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.18
- 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 4a60fd8

Please sign in to comment.