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 11
11
build_tag :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- run : cargo run -- --container-cmd=docker --create-release $GITHUB_REF_NAME
16
16
env :
17
17
GH_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 8
8
validate :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : Swatinem/rust-cache@v2
13
13
- run : cargo check --workspace
14
14
- run : cargo test --workspace
Original file line number Diff line number Diff line change 12
12
release :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- run : cargo install auto-release
17
17
- run : auto-release --condition subject -p ovmf-prebuilt
18
18
env :
You can’t perform that action at this time.
0 commit comments