File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,26 @@ jobs:
13
13
shellcheck :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
- run : shellcheck ./src/*
18
18
build :
19
19
strategy :
20
20
matrix :
21
- os : ['macos-12 ', 'ubuntu-latest']
21
+ os : ['macos-15 ', 'ubuntu-latest']
22
22
runs-on : ${{ matrix.os }}
23
23
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v4
26
26
- run : ./script/install-bats.sh
27
-
28
- - uses : actions/checkout@v2
27
+
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
repository : bats-core/bats-support
31
31
path : bats-support
32
-
32
+
33
33
# set PATh to ensure we use bats from our local installation (looking at you Mac Runner!)
34
34
- name : bats test
35
35
run : |
36
36
PATH="$HOME/.local/bin:$PATH"
37
37
bats -v
38
- BATS_LIB_PATH="$PWD" bats --print-output-on-failure test
38
+ BATS_LIB_PATH="$PWD" bats --print-output-on-failure test
You can’t perform that action at this time.
0 commit comments