14
14
test-powershell-5-1-windows-2019 :
15
15
runs-on : windows-2019
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v1
18
18
- name : Powershell version
19
19
run : |
20
20
powershell -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
31
31
container :
32
32
image : mcr.microsoft.com/powershell:6.0.4-ubuntu-16.04
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v1
35
35
- name : Powershell version
36
36
run : |
37
37
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
44
44
container :
45
45
image : mcr.microsoft.com/powershell:6.1.3-ubuntu-18.04
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v1
48
48
- name : Powershell version
49
49
run : |
50
50
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
57
57
container :
58
58
image : mcr.microsoft.com/powershell:6.2.4-ubuntu-18.04
59
59
steps :
60
- - uses : actions/checkout@v3
60
+ - uses : actions/checkout@v1
61
61
- name : Powershell version
62
62
run : |
63
63
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
70
70
container :
71
71
image : mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04
72
72
steps :
73
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v1
74
74
- name : Powershell version
75
75
run : |
76
76
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
83
83
container :
84
84
image : mcr.microsoft.com/powershell:7.1.5-ubuntu-20.04
85
85
steps :
86
- - uses : actions/checkout@v3
86
+ - uses : actions/checkout@v1
87
87
- name : Powershell version
88
88
run : |
89
89
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
96
96
container :
97
97
image : mcr.microsoft.com/powershell:7.2-ubuntu-20.04
98
98
steps :
99
- - uses : actions/checkout@v3
99
+ - uses : actions/checkout@v1
100
100
- name : Powershell version
101
101
run : |
102
102
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -109,7 +109,7 @@ jobs:
109
109
container :
110
110
image : mcr.microsoft.com/powershell:7.3-ubuntu-20.04
111
111
steps :
112
- - uses : actions/checkout@v3
112
+ - uses : actions/checkout@v1
113
113
- name : Powershell version
114
114
run : |
115
115
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -122,7 +122,7 @@ jobs:
122
122
container :
123
123
image : mcr.microsoft.com/powershell:7.4-ubuntu-22.04
124
124
steps :
125
- - uses : actions/checkout@v3
125
+ - uses : actions/checkout@v1
126
126
- name : Powershell version
127
127
run : |
128
128
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -156,7 +156,7 @@ jobs:
156
156
test-publish-to-psgallery :
157
157
runs-on : ubuntu-latest
158
158
steps :
159
- - uses : actions/checkout@v3
159
+ - uses : actions/checkout@v1
160
160
with :
161
161
submodules : true
162
162
- name : Powershell version
@@ -191,7 +191,7 @@ jobs:
191
191
if : startsWith(github.ref, 'refs/tags/')
192
192
runs-on : ubuntu-latest
193
193
steps :
194
- - uses : actions/checkout@v3
194
+ - uses : actions/checkout@v1
195
195
with :
196
196
submodules : true
197
197
- name : Powershell version
0 commit comments