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 1010 check :
1111 runs-on : " ubuntu-latest"
1212 steps :
13- - uses : " actions/checkout@v3 "
13+ - uses : " actions/checkout@v4 "
1414 with :
1515 fetch-depth : 0
1616 - name : Install valgrind
3131 outputs :
3232 examples : ${{ steps.list-examples.outputs.examples }}
3333 steps :
34- - uses : " actions/checkout@v3 "
34+ - uses : " actions/checkout@v4 "
3535 # list the directories in ./examples and output them to a github action workflow variables as a JSON array
3636 - run : |
3737 examples=$(find ./examples -maxdepth 1 -mindepth 1 -type d -printf '%f\n' | jq -R -s -c 'split("\n") | map(select(length > 0))')
4848 example : ${{ fromJson(needs.list-examples.outputs.examples) }}
4949 fail-fast : false
5050 steps :
51- - uses : " actions/checkout@v3 "
51+ - uses : " actions/checkout@v4 "
5252 with :
5353 fetch-depth : 0
5454 - name : Install valgrind
Original file line number Diff line number Diff line change 1010 codspeed :
1111 runs-on : " ubuntu-latest"
1212 steps :
13- - uses : " actions/checkout@v3 "
13+ - uses : " actions/checkout@v4 "
1414 with :
1515 fetch-depth : 0
1616 - name : Install valgrind
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
2020 - uses : pnpm/action-setup@v2
You can’t perform that action at this time.
0 commit comments