Skip to content

Commit ac52b74

Browse files
Bump actions/cache from 4 to 5 (#1062)
1 parent 1a61b51 commit ac52b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
go-version: ${{ matrix.go-version.version }}
3535
- name: Cache
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/go/pkg/mod
3939
key: ${{ runner.os }}-conformance-ci-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)