Skip to content

Commit d0f297d

Browse files
chore(deps): update actions/cache action to v4
1 parent e81c0b7 commit d0f297d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- run: git fetch --prune --unshallow
2626

27-
- uses: actions/cache@v3
27+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2828
with:
2929
path: ~/go/pkg/mod
3030
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)