17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
- name : Set up Python
20
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
21
21
with :
22
22
python-version : ' 3'
23
23
- name : Install nox
45
45
steps :
46
46
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
48
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
allow-prereleases : true
72
72
steps :
73
73
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
74
- name : Set up Python
75
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
75
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
76
76
with :
77
77
python-version : ' 3'
78
78
- name : Install dependencies
@@ -107,7 +107,7 @@ jobs:
107
107
steps :
108
108
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109
109
- name : Set up Python
110
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
110
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
111
111
with :
112
112
python-version : ' 3'
113
113
- name : Install dependencies
@@ -123,7 +123,7 @@ jobs:
123
123
steps :
124
124
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
125
125
- name : Set up Python
126
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
126
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
127
127
with :
128
128
python-version : ' 3'
129
129
- name : Install dependencies
@@ -163,7 +163,7 @@ jobs:
163
163
steps :
164
164
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
165
165
- name : Set up Python ${{ matrix.python-version }}
166
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
166
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
167
167
with :
168
168
python-version : ${{ matrix.python-version }}
169
169
allow-prereleases : true
@@ -191,7 +191,7 @@ jobs:
191
191
uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
192
192
193
193
- name : " Setup Python"
194
- uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
194
+ uses : " actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 "
195
195
with :
196
196
python-version : " 3.x"
197
197
@@ -225,7 +225,7 @@ jobs:
225
225
steps :
226
226
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
227
227
- name : Set up Python
228
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
228
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
229
229
with :
230
230
python-version : ' 3'
231
231
- name : Install dependencies
0 commit comments