File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v2
14
14
15
15
- name : Get tag
16
16
id : get_tag
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v2
18
18
19
19
- name : Run setup scripts with Bash
20
20
shell : bash
29
29
runs-on : macos-latest
30
30
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v2
33
33
34
34
- name : Run setup scripts with Bash
35
35
shell : bash
42
42
needs : test-all-ubuntu-bash
43
43
runs-on : macos-latest
44
44
steps :
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@v2
46
46
47
47
- name : Run setup scripts with Zsh
48
48
shell : bash
56
56
runs-on : ubuntu-latest
57
57
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v2
60
60
61
61
- name : Run PowerShell Core test scripts
62
62
run : ./test.ps1
75
75
image : bitnami/git:${{ matrix.git_version }}
76
76
77
77
steps :
78
- - uses : actions/checkout@v4
78
+ - uses : actions/checkout@v2
79
79
80
80
- name : Run setup scripts with Bash
81
81
shell : bash
You can’t perform that action at this time.
0 commit comments