File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 cancel-in-progress : true
2020 steps :
2121 - uses : actions/checkout@v7
22- - uses : actions/setup-python@v6
22+ - uses : actions/setup-python@v7
2323 with :
2424 python-version : " 3.14"
2525 - run : python3 -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v7
1919
2020 - name : Setup Python environment
21- uses : actions/setup-python@v6
21+ uses : actions/setup-python@v7
2222 with :
2323 python-version : " 3.14"
2424
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 with :
2424 # Need full history so pre-commit can diff against the PR base.
2525 fetch-depth : 0
26- - uses : actions/setup-python@v6
26+ - uses : actions/setup-python@v7
2727 with :
2828 python-version : " 3.14"
29- - uses : actions/setup-node@v6
29+ - uses : actions/setup-node@v7
3030 with :
3131 node-version : " 24"
3232 # Only check files changed in the PR / push. Adding pre-commit to a
You can’t perform that action at this time.
0 commit comments