Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent a9d435a commit 8a36dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: ${{ matrix.golang }}
- name: Cache Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 8a36dd2

Please sign in to comment.