File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3131 env :
3232 TARGET_BRANCH : ${{ github.event.pull_request.base.ref || github.ref_name }}
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737 - name : Set up Helm
5252 env :
5353 README_GENERATOR_VERSION : 2.5.2
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v6
5656 with :
5757 fetch-depth : 0
5858 - name : Check README diff
Original file line number Diff line number Diff line change 4343 - name : Fail if safe-to-test label NOT applied
4444 if : ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'safe-to-test') }}
4545 run : exit 1
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949 - name : Set up Helm
7676 - name : fail if safe-to-test label NOT applied
7777 if : ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'safe-to-test') }}
7878 run : exit 1
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v6
8080 with :
8181 fetch-depth : 0
8282 - name : Set up Helm
Original file line number Diff line number Diff line change 99 contents : write
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515 - name : Configure Git
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 if : github.repository_owner == 'cryostatio'
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727 - name : Configure Git
Original file line number Diff line number Diff line change 1919 if : ${{ github.repository_owner == 'cryostatio' }}
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 with :
2424 repository : cryostatio/cryostatio.github.io
2525 token : " ${{ secrets.SUBMODULE_TOKEN }}"
You can’t perform that action at this time.
0 commit comments