Skip to content

Commit ea7be15

Browse files
Bump actions/cache from 5.0.5 to 6.0.0 (#571)
1 parent 2a28498 commit ea7be15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
36+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
3737
with:
3838
path: ~/.godel
3939
key: ${{ runner.os }}-godel-${{ hashFiles('godelw', 'godel/config/godel.yml') }}

0 commit comments

Comments
 (0)