Commit da52870 1 parent 21a57f0 commit da52870 Copy full SHA for da52870
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23
23
- name : Set up Python 3.11
24
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
24
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
25
25
with :
26
26
python-version : 3.11
27
27
cache : ' pip'
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23
23
- name : Set up Python
24
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
24
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
25
25
with :
26
26
python-version : " 3.x"
27
27
- name : Install nox
Original file line number Diff line number Diff line change 20
20
uses : " actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871"
21
21
22
22
- name : " Setup Python"
23
- uses : " actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b "
23
+ uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
24
24
with :
25
25
python-version : " 3.x"
26
26
Original file line number Diff line number Diff line change 41
41
steps :
42
42
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
43
43
- name : Set up Python ${{ matrix.python-version }}
44
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
44
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
allow-prereleases : true
68
68
uses : " actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
69
69
70
70
- name : " Setup Python"
71
- uses : " actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b "
71
+ uses : " actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 "
72
72
with :
73
73
python-version : " 3.x"
74
74
You can’t perform that action at this time.
0 commit comments