File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : checkout code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 repository : kubernetes-sigs/image-builder
3535 ref : ${{ inputs.image_builder_version }}
Original file line number Diff line number Diff line change 4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : checkout code
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 repository : kubernetes-sigs/image-builder
5454 ref : ${{ inputs.image_builder_version }}
Original file line number Diff line number Diff line change 2121 language : [ 'go' ]
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v4.1.1
24+ uses : actions/checkout@v5
2525
2626 # Initializes the CodeQL tools for scanning.
2727 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2828 go-version : ' 1.23'
2929 id : go
3030 - name : Check out code into the Go module directory
31- uses : actions/checkout@v4.1.1
31+ uses : actions/checkout@v5
3232 - uses : actions/cache@v4
3333 name : Restore go cache
3434 with :
Original file line number Diff line number Diff line change 88 check :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4.1.1
11+ - uses : actions/checkout@v5
1212 - uses : artyom/mdlinks@v0
1313 with :
1414 dir : ' docs/book'
Original file line number Diff line number Diff line change 1717 working-directory :
1818 - " "
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
20+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # tag=v4.2.2
2121 - name : Calculate go version
2222 id : vars
2323 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 name : verify PR contents
1111 steps :
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
12+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # tag=v4.2.2
1313
1414 - name : Check if PR title is valid
1515 env :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 - name : Set up Go
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@v4.1.1
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ${{ matrix.branch }}
2424 - name : Setup go
You can’t perform that action at this time.
0 commit comments