File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Run tests
21
21
run : cargo test --verbose
Original file line number Diff line number Diff line change 25
25
asset-path : ${{ steps.set_asset.outputs.asset-path }}
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Set up Rust toolchain
31
31
uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout your repository using git
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
- name : Install, build, and upload your site
24
24
uses : withastro/action@v4
25
25
with :
You can’t perform that action at this time.
0 commit comments