File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 - name : Install poetry
127127 run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
128128 - name : Set up Python
129- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
129+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
130130 with :
131131 python-version : " 3.12"
132132 cache : " poetry"
@@ -164,7 +164,7 @@ jobs:
164164 - name : Install poetry
165165 run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
166166 - name : Set up Python
167- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
167+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
168168 with :
169169 python-version : " 3.12"
170170 cache : " poetry"
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 with :
128128 node-version : " 18.20.4"
129129 - name : Setup python
130- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
130+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
131131 with :
132132 python-version : ${{ matrix.python-version }}
133133 cache : " pip"
Original file line number Diff line number Diff line change 5656 - name : Install poetry
5757 run : pipx install poetry
5858 - name : Set up Python ${{ matrix.python-version }}
59- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
59+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 - name : Install dependencies
Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939 - name : Set up Python
40- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
40+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
4141 with :
4242 python-version : 3.13
4343 - name : Install doc generation dependencies
Original file line number Diff line number Diff line change 4646 - name : Install poetry
4747 run : pipx install poetry
4848 - name : Set up Python ${{ matrix.python-version }}
49- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
49+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 cache : " poetry"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 - name : Install poetry
141141 run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
142142 - name : Set up Python
143- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
143+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
144144 with :
145145 python-version : " 3.12"
146146 cache : " poetry"
@@ -178,7 +178,7 @@ jobs:
178178 - name : Install poetry
179179 run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
180180 - name : Set up Python
181- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
181+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
182182 with :
183183 python-version : " 3.12"
184184 cache : " poetry"
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 with :
172172 node-version : " 18.20.4"
173173 - name : Setup python
174- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
174+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
175175 with :
176176 python-version : ${{ matrix.python-version }}
177177 cache : " pip"
Original file line number Diff line number Diff line change 4747 fetch-depth : 0
4848 ref : ${{ inputs.git_ref }}
4949 - name : Set up Python
50- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
50+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5151 with :
5252 python-version : " 3.12"
5353 - name : Install doc generation dependencies
Original file line number Diff line number Diff line change 5656 - name : Install poetry
5757 run : pipx install poetry
5858 - name : " Use Python"
59- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
59+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
6060 with :
6161 python-version : ${{ matrix.version }}
6262 architecture : " x64"
You can’t perform that action at this time.
0 commit comments