File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
18
18
- name : set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ' 3.10'
22
22
23
23
- name : checkout easybuild framework
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
repository : easybuilders/easybuild-framework
27
27
path : src/easybuild-framework
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : set up Python
14
14
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : checkout
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : MarkdownLint
15
15
uses : DavidAnson/markdownlint-cli2-action@v10
Original file line number Diff line number Diff line change 32
32
run : python ./.github/workflows/link_check.py
33
33
34
34
- name : checkout easybuild framework
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
repository : easybuilders/easybuild-framework
38
38
path : src/easybuild-framework
Original file line number Diff line number Diff line change 7
7
lintAllTheThings :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : yaml-lint
12
12
uses : ibiqlik/action-yamllint@v3
13
13
with :
You can’t perform that action at this time.
0 commit comments