We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6095db + 6262c7a commit d6be401Copy full SHA for d6be401
.github/workflows/dependabot.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
30
with:
31
go-version: ${{ steps.vars.outputs.go_version }}
32
- - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
33
name: Restore go cache
34
35
path: |
0 commit comments