File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 57
57
fetch-depth : 0
58
58
59
59
- name : Set up Python
60
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
60
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
61
61
with :
62
62
python-version : ${{ matrix.python }}
63
63
Original file line number Diff line number Diff line change 33
33
34
34
# The Docker integration tests require Python 3.11.
35
35
- name : Set up Python
36
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
36
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
37
37
with :
38
38
python-version : ' 3.11'
39
39
Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41
41
42
42
- name : Set up Python
43
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
43
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
44
44
with :
45
45
python-version : ' 3.11'
46
46
Original file line number Diff line number Diff line change 30
30
fetch-depth : 0
31
31
32
32
- name : Set up Python
33
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
33
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
34
34
with :
35
35
python-version : ' 3.11'
36
36
Original file line number Diff line number Diff line change 45
45
token : ${{ secrets.REPO_ACCESS_TOKEN }}
46
46
47
47
- name : Set up Python
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 : ' 3.11'
51
51
@@ -215,7 +215,7 @@ jobs:
215
215
rm -f "$CHECKSUMS"
216
216
217
217
- name : Set up Python
218
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
218
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
219
219
with :
220
220
python-version : ' 3.11'
221
221
You can’t perform that action at this time.
0 commit comments