File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
check :
11
11
runs-on : " ubuntu-latest"
12
12
steps :
13
- - uses : " actions/checkout@v3 "
13
+ - uses : " actions/checkout@v4 "
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Install valgrind
31
31
outputs :
32
32
examples : ${{ steps.list-examples.outputs.examples }}
33
33
steps :
34
- - uses : " actions/checkout@v3 "
34
+ - uses : " actions/checkout@v4 "
35
35
# list the directories in ./examples and output them to a github action workflow variables as a JSON array
36
36
- run : |
37
37
examples=$(find ./examples -maxdepth 1 -mindepth 1 -type d -printf '%f\n' | jq -R -s -c 'split("\n") | map(select(length > 0))')
48
48
example : ${{ fromJson(needs.list-examples.outputs.examples) }}
49
49
fail-fast : false
50
50
steps :
51
- - uses : " actions/checkout@v3 "
51
+ - uses : " actions/checkout@v4 "
52
52
with :
53
53
fetch-depth : 0
54
54
- name : Install valgrind
Original file line number Diff line number Diff line change 10
10
codspeed :
11
11
runs-on : " ubuntu-latest"
12
12
steps :
13
- - uses : " actions/checkout@v3 "
13
+ - uses : " actions/checkout@v4 "
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Install valgrind
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@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
- uses : pnpm/action-setup@v2
You can’t perform that action at this time.
0 commit comments