File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 run : pipx install poetry
8282
8383 - name : Set up Python
84- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
84+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
8585 with :
8686 python-version : ' ${{inputs.python_version}}'
8787 cache : poetry
@@ -126,7 +126,7 @@ jobs:
126126 run : pipx install poetry
127127
128128 - name : Set up Python
129- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
129+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
130130 with :
131131 python-version : ' ${{inputs.python_version}}'
132132 cache : poetry
@@ -171,7 +171,7 @@ jobs:
171171 run : pipx install poetry
172172
173173 - name : Set up Python
174- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
174+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
175175 with :
176176 python-version : ' ${{inputs.python_version}}'
177177 cache : poetry
@@ -204,7 +204,7 @@ jobs:
204204 run : pipx install poetry
205205
206206 - name : Set up Python
207- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
207+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
208208 with :
209209 python-version : ' ${{inputs.python_version}}'
210210 cache : poetry
You can’t perform that action at this time.
0 commit comments