We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a28498 commit ea7be15Copy full SHA for ea7be15
1 file changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
go-version: ${{ steps.go_version.outputs.version }}
34
35
- name: Cache Godel assets
36
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
+ uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
37
with:
38
path: ~/.godel
39
key: ${{ runner.os }}-godel-${{ hashFiles('godelw', 'godel/config/godel.yml') }}
0 commit comments