Skip to content

Commit 96c1280

Browse files
Bump actions/cache from 4 to 5 (#501)
1 parent edee92c commit 96c1280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version: ${{ steps.go_version.outputs.version }}
3434

3535
- name: Cache Godel assets
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/.godel
3939
key: ${{ runner.os }}-godel-${{ hashFiles('godelw', 'godel/config/godel.yml') }}

0 commit comments

Comments
 (0)