File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ jobs:
5050
5151 steps :
5252 - name : Checkout code
53- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
53+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454 with :
5555 fetch-depth : 0
5656 - name : Set up python ${{ matrix.python }} on ${{ matrix.os }}
57- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
57+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
5858 with :
5959 python-version : ${{ matrix.python }}
6060 - name : Install base dependencies
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737
3838 steps :
3939 - name : Checkout code
40- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
40+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 with :
4242 fetch-depth : 0
4343 - name : Set up python ${{ matrix.python }} on ${{ matrix.os }}
44- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
44+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
4545 with :
4646 python-version : ${{ matrix.python }}
4747 - name : Install base dependencies
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 os : [ubuntu-22.04, macos-latest]
1616
1717 steps :
18- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
2020 # Used to host cibuildwheel
21- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
21+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2222
2323 - name : Install cibuildwheel
2424 run : python -m pip install cibuildwheel==2.10.0
You can’t perform that action at this time.
0 commit comments