File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Run setup scripts with Bash
17
17
shell : bash
26
26
runs-on : macos-latest
27
27
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
31
31
- name : Run setup scripts with Bash
32
32
shell : bash
39
39
needs : test-all-ubuntu-bash
40
40
runs-on : macos-latest
41
41
steps :
42
- - uses : actions/checkout@v2
42
+ - uses : actions/checkout@v4
43
43
44
44
- name : Run setup scripts with Zsh
45
45
shell : bash
53
53
runs-on : ubuntu-latest
54
54
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v4
57
57
58
58
- name : Run PowerShell Core test scripts
59
59
run : ./test.ps1
72
72
image : bitnami/git:${{ matrix.git_version }}
73
73
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v4
76
76
77
77
- name : Run setup scripts with Bash
78
78
shell : bash
You can’t perform that action at this time.
0 commit comments