Skip to content

Commit

Permalink
Update gh workflow cache version since v2 will be deprecated on Feb 1…
Browse files Browse the repository at this point in the history
…st 2025
  • Loading branch information
slopezz committed Dec 12, 2024
1 parent 8f9d3d5 commit 37605bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
with:
go-version: "1.20"

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ./testbin
key: ${{ runner.os }}-testbin

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ./bin
key: ${{ runner.os }}-bin
Expand Down

0 comments on commit 37605bd

Please sign in to comment.