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 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1010 artifact :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414
1515 - uses : actions/cache@v4
1616 with :
Original file line number Diff line number Diff line change 2424 - arch : riscv64
2525 distro : ubuntu_latest
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 with :
2929 submodules : true
3030 set-safe-directory : true
8484 - test : wasmedge-build
8585 steps :
8686 - name : checkout
87- uses : actions/checkout@v5
87+ uses : actions/checkout@v6
8888
8989 - name : install dependencies
9090 run : |
@@ -192,7 +192,7 @@ jobs:
192192 shellcheck :
193193 runs-on : ubuntu-latest
194194 steps :
195- - uses : actions/checkout@v5
195+ - uses : actions/checkout@v6
196196 - name : install shellcheck
197197 env :
198198 VERSION : v0.10.0
You can’t perform that action at this time.
0 commit comments