File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 name : Check for spelling errors
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : codespell-project/actions-codespell@master
1313 with :
1414 check_filenames : true
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Get Go version
1616 id : go-version
Original file line number Diff line number Diff line change 2626 # The image must contain bash and curl. Ideally it should also contain
2727 # the desired version of Go (currently defined in release-tools/prow.sh),
2828 # but that just speeds up the build and is not required.
29- - name : ' gcr.io/k8s-testimages /gcb-docker-gcloud:v20240718-5ef92b5c36'
29+ - name : ' gcr.io/k8s-staging-test-infra /gcb-docker-gcloud:v20240718-5ef92b5c36'
3030 entrypoint : ./.cloudbuild.sh
3131 env :
3232 - GIT_TAG=${_GIT_TAG}
You can’t perform that action at this time.
0 commit comments