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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
81+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
8282 with :
8383 python-version : ${{ env.PYTHON_VERSION }}
8484 allow-prereleases : true
@@ -115,7 +115,7 @@ jobs:
115115 with :
116116 clang-version : ${{ env.CLANG_VERSION }}
117117 - name : Set up Python ${{ env.PYTHON_VERSION }}
118- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
118+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
119119 with :
120120 python-version : ${{ env.PYTHON_VERSION }}
121121 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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
61+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
61+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
6262 with :
6363 python-version : ${{ env.PYTHON_VERSION }}
6464 allow-prereleases : true
Original file line number Diff line number Diff line change 7373 with :
7474 persist-credentials : false
7575 - name : Set up Python ${{ env.PYTHON_VERSION }}
76- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
76+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
7777 with :
7878 python-version : ${{ env.PYTHON_VERSION }}
7979 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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
42+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4343 with :
4444 python-version : ${{ env.PYTHON_VERSION }}
4545 allow-prereleases : true
Original file line number Diff line number Diff line change 4444 with :
4545 persist-credentials : false
4646 - name : Set up Python ${{ env.PYTHON_VERSION }}
47- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
47+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4848 with :
4949 python-version : ${{ env.PYTHON_VERSION }}
5050 allow-prereleases : true
6565 with :
6666 node-version : ${{ env.NODE_VERSION }}
6767 - name : Set up Python ${{ env.PYTHON_VERSION }}
68- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
68+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
6969 with :
7070 python-version : ${{ env.PYTHON_VERSION }}
7171 allow-prereleases : true
@@ -179,7 +179,7 @@ jobs:
179179 *.py
180180 sparse-checkout-cone-mode : false
181181 - name : Set up Python ${{ env.PYTHON_VERSION }}
182- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
182+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
183183 with :
184184 python-version : ${{ env.PYTHON_VERSION }}
185185 allow-prereleases : true
@@ -203,7 +203,7 @@ jobs:
203203 *.yaml
204204 sparse-checkout-cone-mode : false
205205 - name : Use Python ${{ env.PYTHON_VERSION }}
206- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
206+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
207207 with :
208208 python-version : ${{ env.PYTHON_VERSION }}
209209 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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
70+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
58+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
63+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
74+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .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