File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Install Updatecli in the runner
2323
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : " 🛎️ Checkout"
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Install Updatecli in the runner
2020
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 1515 release_version : ${{ steps.get-operator-version.outputs.release_version }}
1616 steps :
1717 - name : Checkout charts repo
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : ' 1'
2121
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout charts repo
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : ' 1'
3838
5757 - determine-operator-version
5858 steps :
5959 - name : Checkout charts repo
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v5
6161 with :
6262 fetch-depth : ' 1'
6363
@@ -131,7 +131,7 @@ jobs:
131131 - determine-operator-version
132132 steps :
133133 - name : Checkout charts repo
134- uses : actions/checkout@v4
134+ uses : actions/checkout@v5
135135 with :
136136 fetch-depth : ' 1'
137137
Original file line number Diff line number Diff line change 1616 modified-charts-files : ${{ steps.updated-charts.outputs.all_modified_files }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
3333 container : quay.io/sysdig/git-chglog:0.15.1-3-g6e4e27d
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0
3939
9191 runs-on : ubuntu-latest
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@v4
94+ uses : actions/checkout@v5
9595 with :
9696 fetch-depth : 0
9797
@@ -163,7 +163,7 @@ jobs:
163163 runs-on : ubuntu-latest
164164 steps :
165165 - name : Checkout
166- uses : actions/checkout@v4
166+ uses : actions/checkout@v5
167167 with :
168168 fetch-depth : 0
169169 token : ${{ secrets.TOOLS_JENKINS_ADMIN_ACCESS_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Git checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515
You can’t perform that action at this time.
0 commit comments