File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 name : Run linting/pre-commit checks
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.10"
4141 env :
4242 PLATFORM : ${{ matrix.platform }}
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - name : Install the latest version of uv
4646 uses : astral-sh/setup-uv@v7
4747 with :
@@ -104,7 +104,7 @@ jobs:
104104 name : Upload coverage reports to Codecov
105105 steps :
106106 - name : Checkout
107- uses : actions/checkout@v5
107+ uses : actions/checkout@v6
108108 - name : Download artifacts
109109 uses : actions/download-artifact@v4
110110 with :
Original file line number Diff line number Diff line change 3434 name : Upload coverage reports to Codecov
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 - name : Download artifacts
3939 uses : actions/download-artifact@v4
4040 - name : Upload coverage reports to Codecov
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 environment : release
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Install the latest version of uv
1919 uses : astral-sh/setup-uv@v7
2020 with :
Original file line number Diff line number Diff line change 3131 # that we don't have to go through 2FA on DRAC clusters.
3232 ssh -O check -oStrictHostKeyChecking=no ${{ inputs.cluster }}
3333
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - name : Install the latest version of uv
3636 uses : astral-sh/setup-uv@v7
3737 with :
You can’t perform that action at this time.
0 commit comments