We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8619ec3 + ef7dcbe commit 7a41dacCopy full SHA for 7a41dac
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
main:
10
runs-on: ubuntu-24.04
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
13
- uses: actions/setup-go@v6
14
with:
15
go-version: 'stable'
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
id-token: write # for provenances
23
attestations: write # for provenances
24
25
26
27
# https://github.com/reproducible-containers/repro-get/issues/3
28
fetch-depth: 0
0 commit comments