Skip to content

Commit b5b2684

Browse files
committed
Enhancement (ci): Bump to actions/checkout@v1
1 parent 02ff727 commit b5b2684

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci-master-pr.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test-powershell-5-1-windows-2019:
1515
runs-on: windows-2019
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v1
1818
- name: Powershell version
1919
run: |
2020
powershell -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -31,7 +31,7 @@ jobs:
3131
container:
3232
image: mcr.microsoft.com/powershell:6.0.4-ubuntu-16.04
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v1
3535
- name: Powershell version
3636
run: |
3737
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -44,7 +44,7 @@ jobs:
4444
container:
4545
image: mcr.microsoft.com/powershell:6.1.3-ubuntu-18.04
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v1
4848
- name: Powershell version
4949
run: |
5050
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -57,7 +57,7 @@ jobs:
5757
container:
5858
image: mcr.microsoft.com/powershell:6.2.4-ubuntu-18.04
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v1
6161
- name: Powershell version
6262
run: |
6363
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -70,7 +70,7 @@ jobs:
7070
container:
7171
image: mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04
7272
steps:
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v1
7474
- name: Powershell version
7575
run: |
7676
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -83,7 +83,7 @@ jobs:
8383
container:
8484
image: mcr.microsoft.com/powershell:7.1.5-ubuntu-20.04
8585
steps:
86-
- uses: actions/checkout@v3
86+
- uses: actions/checkout@v1
8787
- name: Powershell version
8888
run: |
8989
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -96,7 +96,7 @@ jobs:
9696
container:
9797
image: mcr.microsoft.com/powershell:7.2-ubuntu-20.04
9898
steps:
99-
- uses: actions/checkout@v3
99+
- uses: actions/checkout@v1
100100
- name: Powershell version
101101
run: |
102102
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -109,7 +109,7 @@ jobs:
109109
container:
110110
image: mcr.microsoft.com/powershell:7.3-ubuntu-20.04
111111
steps:
112-
- uses: actions/checkout@v3
112+
- uses: actions/checkout@v1
113113
- name: Powershell version
114114
run: |
115115
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -122,7 +122,7 @@ jobs:
122122
container:
123123
image: mcr.microsoft.com/powershell:7.4-ubuntu-22.04
124124
steps:
125-
- uses: actions/checkout@v3
125+
- uses: actions/checkout@v1
126126
- name: Powershell version
127127
run: |
128128
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
@@ -156,7 +156,7 @@ jobs:
156156
test-publish-to-psgallery:
157157
runs-on: ubuntu-latest
158158
steps:
159-
- uses: actions/checkout@v3
159+
- uses: actions/checkout@v1
160160
with:
161161
submodules: true
162162
- name: Powershell version
@@ -191,7 +191,7 @@ jobs:
191191
if: startsWith(github.ref, 'refs/tags/')
192192
runs-on: ubuntu-latest
193193
steps:
194-
- uses: actions/checkout@v3
194+
- uses: actions/checkout@v1
195195
with:
196196
submodules: true
197197
- name: Powershell version

0 commit comments

Comments
 (0)