File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
- name : Prepare
14
14
run : |
15
15
sudo apt-get update -y
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
- name : Prepare
11
11
run : |
12
12
sudo apt-get update -y
20
20
uses : ammaraskar/sphinx-action@master
21
21
with :
22
22
docs-folder : " docs/"
23
- - uses : actions/upload-artifact@v2
23
+ - uses : actions/upload-artifact@v4
24
24
with :
25
25
name : DocumentationHTML
26
26
path : docs/_build/html/
Original file line number Diff line number Diff line change 26
26
build :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- name : Install shellcheck
31
31
run : |
32
32
sudo apt install --yes shellcheck
69
69
- name : Test RHEL guide
70
70
run : |
71
71
sudo ./scripts/zfs_root_guide_test.sh rhel
72
- - uses : actions/upload-artifact@v3
72
+ - uses : actions/upload-artifact@v4
73
73
with :
74
74
name : installation-scripts
75
75
path : |
You can’t perform that action at this time.
0 commit comments