File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 with :
7979 persist-credentials : false
8080 - name : Set up Python ${{ env.PYTHON_VERSION }}
81- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
81+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
8282 with :
8383 python-version : ${{ env.PYTHON_VERSION }}
8484 allow-prereleases : true
@@ -112,7 +112,7 @@ jobs:
112112 with :
113113 clang-version : ${{ env.CLANG_VERSION }}
114114 - name : Set up Python ${{ env.PYTHON_VERSION }}
115- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
115+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
116116 with :
117117 python-version : ${{ env.PYTHON_VERSION }}
118118 allow-prereleases : true
Original file line number Diff line number Diff line change 5858 with :
5959 clang-version : ${{ env.CLANG_VERSION }}
6060 - name : Set up Python ${{ env.PYTHON_VERSION }}
61- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
61+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
6262 with :
6363 python-version : ${{ env.PYTHON_VERSION }}
6464 allow-prereleases : true
Original file line number Diff line number Diff line change 5858 with :
5959 clang-version : ${{ env.CLANG_VERSION }}
6060 - name : Set up Python ${{ env.PYTHON_VERSION }}
61- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
61+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
6262 with :
6363 python-version : ${{ env.PYTHON_VERSION }}
6464 allow-prereleases : true
Original file line number Diff line number Diff line change 7474 with :
7575 persist-credentials : false
7676 - name : Set up Python ${{ env.PYTHON_VERSION }}
77- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
77+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
7878 with :
7979 python-version : ${{ env.PYTHON_VERSION }}
8080 allow-prereleases : true
Original file line number Diff line number Diff line change 3939 runs-on : ubuntu-24.04-arm
4040 steps :
4141 - name : Set up Python ${{ env.PYTHON_VERSION }}
42- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
42+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4343 with :
4444 python-version : ${{ env.PYTHON_VERSION }}
4545 allow-prereleases : true
Original file line number Diff line number Diff line change 4242 with :
4343 persist-credentials : false
4444 - name : Set up Python ${{ env.PYTHON_VERSION }}
45- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
45+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4646 with :
4747 python-version : ${{ env.PYTHON_VERSION }}
4848 allow-prereleases : true
6161 with :
6262 node-version : ${{ env.NODE_VERSION }}
6363 - name : Set up Python ${{ env.PYTHON_VERSION }}
64- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
64+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
6565 with :
6666 python-version : ${{ env.PYTHON_VERSION }}
6767 allow-prereleases : true
@@ -151,7 +151,7 @@ jobs:
151151 *.py
152152 sparse-checkout-cone-mode : false
153153 - name : Set up Python ${{ env.PYTHON_VERSION }}
154- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
154+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
155155 with :
156156 python-version : ${{ env.PYTHON_VERSION }}
157157 allow-prereleases : true
@@ -173,7 +173,7 @@ jobs:
173173 *.yaml
174174 sparse-checkout-cone-mode : false
175175 - name : Use Python ${{ env.PYTHON_VERSION }}
176- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
176+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
177177 with :
178178 python-version : ${{ env.PYTHON_VERSION }}
179179 allow-prereleases : true
Original file line number Diff line number Diff line change 6767 if : runner.os == 'macOS'
6868 run : sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
6969 - name : Set up Python ${{ env.PYTHON_VERSION }}
70- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
70+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
7171 with :
7272 python-version : ${{ env.PYTHON_VERSION }}
7373 allow-prereleases : true
Original file line number Diff line number Diff line change 5555 with :
5656 clang-version : ${{ env.CLANG_VERSION }}
5757 - name : Set up Python ${{ env.PYTHON_VERSION }}
58- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
58+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
5959 with :
6060 python-version : ${{ env.PYTHON_VERSION }}
6161 allow-prereleases : true
Original file line number Diff line number Diff line change 6060 rustup override set "$RUSTC_VERSION"
6161 rustup --version
6262 - name : Set up Python ${{ env.PYTHON_VERSION }}
63- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
63+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
6464 with :
6565 python-version : ${{ env.PYTHON_VERSION }}
6666 allow-prereleases : true
Original file line number Diff line number Diff line change 7171 rustup override set "$RUSTC_VERSION"
7272 rustup --version
7373 - name : Set up Python ${{ env.PYTHON_VERSION }}
74- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
74+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
7575 with :
7676 python-version : ${{ env.PYTHON_VERSION }}
7777 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments