Skip to content

Commit

Permalink
Merge pull request #81 from LayerXcom/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): Update actions/cache action to v4
  • Loading branch information
itkq authored Apr 30, 2024
2 parents ee6c259 + cef4af5 commit 3cdb8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
go-version: "1.16"

- uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 3cdb8a6

Please sign in to comment.