File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6565
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v5
68+ uses : actions/checkout@v6
6969 with :
7070 ref : ${{ needs.metadata.outputs.LATEST_RELEASE }}
7171
@@ -139,7 +139,7 @@ jobs:
139139
140140 steps :
141141 - name : Checkout
142- uses : actions/checkout@v5
142+ uses : actions/checkout@v6
143143 with :
144144 ref : ${{ needs.metadata.outputs.LATEST_RELEASE }}
145145
Original file line number Diff line number Diff line change 1212 id-token : write
1313 contents : write
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Setup Python environment
1818 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 1111 name : Ruff Lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515
1616 - name : Run Ruff Lint
1717 uses : chartboost/ruff-action@v1
Original file line number Diff line number Diff line change 1313 cancel-in-progress : true
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717
1818 - name : Setup Python Environment
1919 uses : ./.github/actions/setup-python
Original file line number Diff line number Diff line change 1111 cancel-in-progress : true
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717
You can’t perform that action at this time.
0 commit comments