11
11
name : Validate Getting Started works on macOS
12
12
runs-on : macos-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : Set up Python
16
- uses : actions/setup-python@v1
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : " 3.8.x"
19
19
- name : Full Deploy Commands
35
35
name : Validate Getting Started works on linux
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
- name : Set up Python
40
- uses : actions/setup-python@v1
40
+ uses : actions/setup-python@v4
41
41
with :
42
42
python-version : " 3.8.x"
43
43
- name : Full Deploy Commands
59
59
name : Validate Getting Started works on Linux PowerShell Core
60
60
runs-on : ubuntu-latest
61
61
steps :
62
- - uses : actions/checkout@v2
62
+ - uses : actions/checkout@v3
63
63
- name : Set up Python
64
- uses : actions/setup-python@v1
64
+ uses : actions/setup-python@v4
65
65
with :
66
66
python-version : " 3.8.x"
67
67
- name : Full Deploy Commands
83
83
name : Validate Getting Started works on Windows PowerShell
84
84
runs-on : windows-latest
85
85
steps :
86
- - uses : actions/checkout@v2
86
+ - uses : actions/checkout@v3
87
87
- name : Set up Python
88
- uses : actions/setup-python@v1
88
+ uses : actions/setup-python@v4
89
89
with :
90
90
python-version : " 3.8.x"
91
91
- name : Full Deploy Commands
@@ -107,9 +107,9 @@ jobs:
107
107
name : Validate Getting Started works on Windows cmd.exe
108
108
runs-on : windows-latest
109
109
steps :
110
- - uses : actions/checkout@v2
110
+ - uses : actions/checkout@v3
111
111
- name : Set up Python
112
- uses : actions/setup-python@v1
112
+ uses : actions/setup-python@v4
113
113
with :
114
114
python-version : " 3.8.x"
115
115
- name : Full Deploy Commands
0 commit comments