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 8d0b08d commit cdb3c23Copy full SHA for cdb3c23
.github/workflows/pr-dependabot.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
# go-version: ${{ steps.vars.outputs.go_version }} // TODO: we have to use go version consistent with test infra jobs
30
go-version: '1.23'
31
- - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # tag=v4.2.1
+ - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # tag=v4.2.2
32
name: Restore go cache
33
34
path: |
0 commit comments