We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa38258 + 0ea9ed5 commit 3c6a469Copy full SHA for 3c6a469
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ${{ matrix.runner }}
33
timeout-minutes: 10
34
steps:
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
36
- uses: actions/setup-go@v5
37
with:
38
go-version: ${{ matrix.go }}
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
id-token: write # for provenances
26
attestations: write # for provenances
27
28
29
30
# https://github.com/reproducible-containers/repro-get/issues/3
31
fetch-depth: 0
0 commit comments