Skip to content

Commit

Permalink
Merge pull request #131 from jedipunkz/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
jedipunkz authored Nov 2, 2023
2 parents 63d48a0 + 40bc434 commit 3c12fdc
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 @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Cache
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 3c12fdc

Please sign in to comment.