Skip to content

Commit

Permalink
Merge pull request #173 from digitalocean/asb/actions/cache@v4
Browse files Browse the repository at this point in the history
ci: upgrade to actions/cache@v4
  • Loading branch information
andrewsomething authored Feb 18, 2025
2 parents 4c2d70d + 0cc49b9 commit a8afd8e
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 @@ -24,7 +24,7 @@ jobs:
go-version: ${{ matrix.go-version }}

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

0 comments on commit a8afd8e

Please sign in to comment.