File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 with :
106106 node-version : " 16.12"
107107 - name : Setup python
108- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
108+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
109109 with :
110110 python-version : " 3.10"
111111 cache : " pip"
Original file line number Diff line number Diff line change 5454 - name : Install poetry
5555 run : pipx install poetry
5656 - name : Set up Python ${{ matrix.python-version }}
57- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
57+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
5858 with :
5959 python-version : ${{ matrix.python-version }}
6060 cache : " poetry"
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 - name : Install poetry
132132 run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
133133 - name : Set up Python
134- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
134+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
135135 with :
136136 python-version : " 3.10"
137137 cache : " poetry"
@@ -169,7 +169,7 @@ jobs:
169169 - name : Install poetry
170170 run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
171171 - name : Set up Python
172- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
172+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
173173 with :
174174 python-version : " 3.10"
175175 cache : " poetry"
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 with :
159159 node-version : " 16.12"
160160 - name : Setup python
161- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
161+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
162162 with :
163163 python-version : " 3.10"
164164 cache : " pip"
Original file line number Diff line number Diff line change 5050 - name : Install poetry
5151 run : pipx install poetry
5252 - name : Set up Python
53- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
53+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
5454 with :
5555 python-version : " 3.10"
5656 cache : " poetry"
Original file line number Diff line number Diff line change 5555 - name : Install poetry
5656 run : pipx install poetry
5757 - name : " Use Python"
58- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
58+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
5959 with :
6060 python-version : ${{ matrix.version }}
6161 architecture : " x64"
You can’t perform that action at this time.
0 commit comments