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 19098d9 commit da45ff9Copy full SHA for da45ff9
.github/workflows/images.yml
@@ -18,7 +18,7 @@ jobs:
18
packages: write
19
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
with:
23
fetch-depth: 0
24
- uses: docker/login-action@v3
.github/workflows/verify.yml
@@ -23,7 +23,7 @@ jobs:
working-directory: go/src/github.com/stackitcloud/gardener-extension-shoot-flux
25
26
27
28
path: go/src/github.com/stackitcloud/gardener-extension-shoot-flux
29
- uses: actions/setup-go@v6
0 commit comments