File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 run : |
4949 sudo apt-get install ninja-build
5050 - name : Setup Python
51- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
51+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5252 with :
5353 python-version : ' 3.14'
5454 architecture : x64
Original file line number Diff line number Diff line change 5050 sudo apt-get install ninja-build
5151
5252 - name : Setup Python
53- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
53+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5454 with :
5555 python-version : ' 3.14'
5656 architecture : x64
Original file line number Diff line number Diff line change 5050 sudo apt-get install ninja-build
5151 - name : Setup Python
5252 if : ${{ !github.event.pull_request || github.event.action != 'closed' }}
53- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
53+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5454 with :
5555 python-version : ' 3.10'
5656 architecture : x64
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 fi
116116
117117 - name : Setup Python
118- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
118+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
119119 with :
120120 python-version : ' 3.12'
121121 architecture : x64
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2727
2828 - name : Set up python
29- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
29+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3030 with :
3131 python-version : ' 3.14'
3232
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020 with :
2121 ref : ${{ github.sha }} # use hash to pass no-commit-to-branch check
22- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
22+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2323 with :
2424 python-version : ' 3.14'
2525 - name : Install from PyPI
You can’t perform that action at this time.
0 commit comments