File tree 11 files changed +14
-14
lines changed
11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
- name : Install poetry
127
127
run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
128
128
- name : Set up Python
129
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
129
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
130
130
with :
131
131
python-version : " 3.12"
132
132
cache : " poetry"
@@ -164,7 +164,7 @@ jobs:
164
164
- name : Install poetry
165
165
run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
166
166
- name : Set up Python
167
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
167
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
168
168
with :
169
169
python-version : " 3.12"
170
170
cache : " poetry"
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
node-version : " 16.12"
107
107
- name : Setup python
108
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
108
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
109
109
with :
110
110
python-version : " 3.12"
111
111
cache : " pip"
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
with :
128
128
node-version : " 18.20.4"
129
129
- name : Setup python
130
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
130
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
131
131
with :
132
132
python-version : ${{ matrix.python-version }}
133
133
cache : " pip"
Original file line number Diff line number Diff line change 56
56
- name : Install poetry
57
57
run : pipx install poetry
58
58
- name : Set up Python ${{ matrix.python-version }}
59
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
59
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
60
60
with :
61
61
python-version : ${{ matrix.python-version }}
62
62
- name : Install dependencies
Original file line number Diff line number Diff line change 46
46
- name : Install poetry
47
47
run : pipx install poetry
48
48
- name : Set up Python ${{ matrix.python-version }}
49
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
49
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
50
50
with :
51
51
python-version : ${{ matrix.python-version }}
52
52
cache : " poetry"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
- name : Install poetry
141
141
run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
142
142
- name : Set up Python
143
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
143
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
144
144
with :
145
145
python-version : " 3.12"
146
146
cache : " poetry"
@@ -178,7 +178,7 @@ jobs:
178
178
- name : Install poetry
179
179
run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
180
180
- name : Set up Python
181
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
181
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
182
182
with :
183
183
python-version : " 3.12"
184
184
cache : " poetry"
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
- name : Install poetry
132
132
run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
133
133
- name : Set up Python
134
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
134
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
135
135
with :
136
136
python-version : " 3.12"
137
137
cache : " poetry"
@@ -169,7 +169,7 @@ jobs:
169
169
- name : Install poetry
170
170
run : pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
171
171
- name : Set up Python
172
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
172
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
173
173
with :
174
174
python-version : " 3.12"
175
175
cache : " poetry"
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
with :
164
164
node-version : " 16.12"
165
165
- name : Setup python
166
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
166
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
167
167
with :
168
168
python-version : " 3.12"
169
169
cache : " pip"
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
with :
172
172
node-version : " 18.20.4"
173
173
- name : Setup python
174
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
174
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
175
175
with :
176
176
python-version : ${{ matrix.python-version }}
177
177
cache : " pip"
Original file line number Diff line number Diff line change 51
51
- name : Install poetry
52
52
run : pipx install poetry
53
53
- name : Set up Python
54
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
54
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
55
55
with :
56
56
python-version : " 3.12"
57
57
cache : " poetry"
Original file line number Diff line number Diff line change 56
56
- name : Install poetry
57
57
run : pipx install poetry
58
58
- name : " Use Python"
59
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
59
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
60
60
with :
61
61
python-version : ${{ matrix.version }}
62
62
architecture : " x64"
You can’t perform that action at this time.
0 commit comments