File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Install dependencies
2121 run : |
2222 npm install semantic-release@24 @semantic-release/git @semantic-release/changelog -D
Original file line number Diff line number Diff line change 5151 git config --global user.email $BOT_EMAIL
5252 git config --global user.name $BOT_USERNAME
5353 - name : Checkout repository
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v6
5555 - name : Set up Node.js
5656 uses : actions/setup-node@v6
5757 with :
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : ' 2'
2121
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout PR branch
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020
2121 - name : Install Node
2222 run : |
Original file line number Diff line number Diff line change 2424 rc_branch : ${{ steps.create_release.outputs.rc_branch }}
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 echo LINODE_CLUSTER_CONTEXT=`kubectl config current-context` >> $GITHUB_ENV
257257 - name : Checkout
258258 if : ${{ inputs.install_profile != 'no-apl' }}
259- uses : actions/checkout@v5
259+ uses : actions/checkout@v6
260260 - name : Set up Wiz
261261 if : ${{ inputs.install_profile != 'no-apl' }}
262262 run : |
Original file line number Diff line number Diff line change 3737 git config --global user.name $BOT_USERNAME
3838
3939 - name : Checkout
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 - name : Set up Docker Buildx
4242 uses : docker/setup-buildx-action@v3
4343 - name : Login to Github Packages
8080 runs-on : ubuntu-22.04
8181 steps :
8282 - name : Checkout
83- uses : actions/checkout@v5
83+ uses : actions/checkout@v6
8484 - name : Deploy to dev
8585 run : ci/scripts/trigger_dev.sh
8686
9292 COMMIT_MSG : ${{ github.event.head_commit.message }}
9393 steps :
9494 - name : Checkout
95- uses : actions/checkout@v5
95+ uses : actions/checkout@v6
9696 - name : Set env
9797 run : |
9898 git config --global user.email $BOT_EMAIL
@@ -135,7 +135,7 @@ jobs:
135135 options : --user 0 # See https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions#user
136136 steps :
137137 - name : Checkout
138- uses : actions/checkout@v5
138+ uses : actions/checkout@v6
139139 - name : Prepare chart
140140 id : prepare_chart
141141 run : |
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : ' 2'
2828
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-22.04
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
You can’t perform that action at this time.
0 commit comments