File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
4444 commitHash : ${{ steps.save-commit-hash.outputs.commit_hash }}
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848 with :
4949 fetch-depth : 0
5050
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 ref : ${{ inputs.checkoutCommit }}
Original file line number Diff line number Diff line change 2323 private-key : ${{ secrets.PRIVATE_KEY }}
2424
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 token : ${{ steps.generate-token.outputs.token }}
2929 fetch-depth : 0
7777 fi
7878
7979 - name : Checkout
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v6
8181 with :
8282 token : ${{ steps.generate-token.outputs.token }}
8383 ref : ${{ steps.save-commit-hash.outputs.commit_hash }}
@@ -111,7 +111,7 @@ jobs:
111111 private-key : ${{ secrets.PRIVATE_KEY }}
112112
113113 - name : Checkout
114- uses : actions/checkout@v4
114+ uses : actions/checkout@v6
115115 with :
116116 token : ${{ steps.generate-token.outputs.token }}
117117 fetch-depth : 0
Original file line number Diff line number Diff line change 2222 detected : ${{ steps.list-changed.outputs.detected }}
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828 ref : ${{ inputs.checkoutCommit }}
9090 runs-on : ubuntu-latest
9191 steps :
9292 - name : Checkout
93- uses : actions/checkout@v4
93+ uses : actions/checkout@v6
9494 with :
9595 fetch-depth : 0
9696 ref : ${{ inputs.checkoutCommit }}
Original file line number Diff line number Diff line change 2121 private-key : ${{ secrets.PRIVATE_KEY }}
2222
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 with :
2626 token : ${{ steps.generate-token.outputs.token }}
2727
Original file line number Diff line number Diff line change 2929 private-key : ${{ secrets.PRIVATE_KEY }}
3030
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 token : ${{ steps.generate-token.outputs.token }}
3535 ref : master
Original file line number Diff line number Diff line change 5353 addedOrModifiedCharts : ${{ steps.collect-changes.outputs.addedOrModifiedCharts }}
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v6
5757
5858 - name : Collect changes
5959 id : collect-changes
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Run against changes
1919 uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 1818 owner : ${{ github.repository_owner }}
1919
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 token : ${{ steps.generate-token.outputs.token }}
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 2020 private-key : ${{ secrets.PRIVATE_KEY }}
2121
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 token : ${{ steps.generate-token.outputs.token }}
2626 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments