File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 ARTIFACTS : artifacts
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : actions/setup-go@v5
2222 with :
2323 go-version-file : go.mod
Original file line number Diff line number Diff line change 1515 # renovate: datasource=github-releases depName=ko-build/ko
1616 KO_VERSION : v0.18.0
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 # fetch all history so that git describe works (needed by hack/prepare-image-metadata.sh)
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1010 release-notes :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Draft release notes
1515 run : |
1616 set -o errexit
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 token : ${{ secrets.RENOVATE_TOKEN }}
1616 - uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-go@v5
1818 with :
1919 go-version-file : go.mod
You can’t perform that action at this time.
0 commit comments