File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 id-token : write
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v5
2222
2323 - name : Run test script
2424 env :
Original file line number Diff line number Diff line change 6262
6363 - name : Checkout code for build artifact cleanup
6464 if : ${{ inputs.clean_build }}
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v5
6666 with :
6767 fetch-depth : 1
6868
Original file line number Diff line number Diff line change 1919 id-token : write
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525 token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v3
49+ uses : actions/checkout@v5
5050 with :
5151 token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
5252 - name : Set up Git
Original file line number Diff line number Diff line change 1010 if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/stage'
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 if : ${{ !startsWith(github.head_ref, 'dependabot/') }}
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/stage'
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments