File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
- " 21.3"
35
35
steps :
36
36
- name : Checkout code
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
- name : Cache .plt directory
39
39
uses : actions/cache@v4
40
40
with :
49
49
container : erlang:27.3
50
50
steps :
51
51
- name : Checkout code
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
- name : Test examples
54
54
run : make test-examples
55
55
59
59
container : erlang:27.3
60
60
steps :
61
61
- name : Checkout code
62
- uses : actions/checkout@v4
62
+ uses : actions/checkout@v5
63
63
- name : Test examples in parallel
64
64
run : make test-parallel
65
65
69
69
container : erlang:27.3
70
70
steps :
71
71
- name : Checkout code
72
- uses : actions/checkout@v4
72
+ uses : actions/checkout@v5
73
73
with :
74
74
fetch-depth : 0
75
75
- name : Measure coverage
Original file line number Diff line number Diff line change 4
4
codespell :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
7
+ - uses : actions/checkout@v5
8
8
- uses : codespell-project/actions-codespell@master
9
9
with :
10
10
exclude_file : THANKS
Original file line number Diff line number Diff line change 4
4
shellcheck :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
7
+ - uses : actions/checkout@v5
8
8
- uses : ludeeus/action-shellcheck@master
You can’t perform that action at this time.
0 commit comments