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 11
11
runs-on : ubuntu-24.04
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
- name : Linting file references
16
16
run : sys/lintrefs2.sh
17
17
- name : Linting markdown format
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Checkout code
62
- uses : actions/checkout@v4
62
+ uses : actions/checkout@v5
63
63
with :
64
64
fetch-depth : 0 # Download all git history and tags
65
65
- name : Check if is a release
80
80
runs-on : ubuntu-latest
81
81
steps :
82
82
- name : Checkout code
83
- uses : actions/checkout@v4
83
+ uses : actions/checkout@v5
84
84
with :
85
85
fetch-depth : 0 # Download all git history and tags
86
86
- name : Download artifacts
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 28
28
env :
29
29
MDBOOK_VERSION : 0.4.40
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- name : Install mdBook
33
33
run : curl -Ls "https://github.com/rust-lang/mdBook/releases/download/v${MDBOOK_VERSION}/mdbook-v${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz" | tar -C /usr/local/bin/ -xzf -
34
34
- name : Setup Pages
You can’t perform that action at this time.
0 commit comments