File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 ref : ${{ github.head_ref }}
2020
Original file line number Diff line number Diff line change 2020 clean-version : ${{ steps.check.outputs.clean-version }}
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626 token : ${{ secrets.GITHUB_TOKEN }}
8686 runs-on : ubuntu-latest
8787 steps :
8888 - name : Checkout code
89- uses : actions/checkout@v5
89+ uses : actions/checkout@v6
9090 with :
9191 fetch-depth : 0
9292 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 ref : 1.x
1919
You can’t perform that action at this time.
0 commit comments