File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
19
19
20
20
- name : " Setup Python"
21
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
21
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
22
22
with :
23
23
python-version : " 3.x"
24
24
cache : " pip"
@@ -108,7 +108,7 @@ jobs:
108
108
fetch-depth : 0 # Needed to fetch the version from git
109
109
110
110
- name : " Setup Python ${{ matrix.python-version }}"
111
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
111
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
112
112
with :
113
113
python-version : ${{ matrix.python-version }}
114
114
allow-prereleases : true
@@ -146,7 +146,7 @@ jobs:
146
146
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
147
147
148
148
- name : " Setup Python"
149
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
149
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
150
150
with :
151
151
python-version : " 3.x"
152
152
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
19
19
20
20
- name : " Setup Python"
21
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
21
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
22
22
with :
23
23
python-version : " 3.x"
24
24
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
15
15
16
16
- name : " Setup Python"
17
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
17
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
18
18
with :
19
19
python-version : " 3.x"
20
20
cache : pip
Original file line number Diff line number Diff line change 27
27
fetch-depth : 0 # Needed to fetch the version from git
28
28
29
29
- name : " Setup Python"
30
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
30
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
31
31
with :
32
32
python-version : " 3.x"
33
33
You can’t perform that action at this time.
0 commit comments