Skip to content

Commit

Permalink
ci: upgrade to actions/cache@v4 (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Feb 18, 2025
1 parent 07b01c2 commit 7aa2955
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 @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- 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 7aa2955

Please sign in to comment.