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 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 10
10
artifact :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
15
15
- uses : actions/cache@v4
16
16
with :
Original file line number Diff line number Diff line change 24
24
- arch : riscv64
25
25
distro : ubuntu_latest
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
with :
29
29
submodules : true
30
30
set-safe-directory : true
84
84
- test : wasmedge-build
85
85
steps :
86
86
- name : checkout
87
- uses : actions/checkout@v4
87
+ uses : actions/checkout@v5
88
88
89
89
- name : install dependencies
90
90
run : |
@@ -192,7 +192,7 @@ jobs:
192
192
shellcheck :
193
193
runs-on : ubuntu-latest
194
194
steps :
195
- - uses : actions/checkout@v4
195
+ - uses : actions/checkout@v5
196
196
- name : install shellcheck
197
197
env :
198
198
VERSION : v0.10.0
You can’t perform that action at this time.
0 commit comments