Skip to content

Commit 99010a7

Browse files
Bump actions/setup-python from 2 to 3 (#61)
1 parent 51d4201 commit 99010a7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Check out repository
1010
uses: actions/checkout@v2
1111
- name: Set up python
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v3
1313
with:
1414
python-version: 3.8.5
1515

@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v2
4040

4141
- name: Set up python
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v3
4343
with:
4444
python-version: 3.8.5
4545

@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v2
7171

7272
- name: Set up python
73-
uses: actions/setup-python@v2
73+
uses: actions/setup-python@v3
7474
with:
7575
python-version: 3.8.5
7676

@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/checkout@v2
102102

103103
- name: Set up python
104-
uses: actions/setup-python@v2
104+
uses: actions/setup-python@v3
105105
with:
106106
python-version: 3.8.5
107107

@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/checkout@v2
133133

134134
- name: Set up python
135-
uses: actions/setup-python@v2
135+
uses: actions/setup-python@v3
136136
with:
137137
python-version: 3.8.5
138138

@@ -165,7 +165,7 @@ jobs:
165165
uses: actions/checkout@v2
166166

167167
- name: Set up python
168-
uses: actions/setup-python@v2
168+
uses: actions/setup-python@v3
169169
with:
170170
python-version: 3.8.5
171171

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v2
1111

1212
- name: Set up python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v3
1414
with:
1515
python-version: 3.8.5
1616

.github/workflows/update_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v2
1111

1212
- name: Set up python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v3
1414
with:
1515
python-version: 3.8.5
1616

0 commit comments

Comments
 (0)