File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - x86_64-unknown-linux-musl
2222 steps :
2323 - name : Checkout sources
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 persist-credentials : false
2727 - name : Install stable toolchain
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Checkout sources
50- uses : actions/checkout@v5
50+ uses : actions/checkout@v6
5151 with :
5252 persist-credentials : false
5353 - name : Install stable toolchain
7575 steps :
7676 - name : Install git for checkout action
7777 run : dnf install -y git
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979 with :
8080 path : loopdev-3
8181 persist-credentials : false
9292 components : cargo
9393 toolchain : 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
9494 - name : Check out ci repo
95- uses : actions/checkout@v5
95+ uses : actions/checkout@v6
9696 with :
9797 path : ci
9898 repository : stratis-storage/ci
@@ -110,7 +110,7 @@ jobs:
110110 container :
111111 image : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
112112 steps :
113- - uses : actions/checkout@v5
113+ - uses : actions/checkout@v6
114114 with :
115115 persist-credentials : false
116116 - name : Install dependencies for Fedora
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Install git for checkout action
1818 run : dnf install -y git
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 path : loopdev-3
2222 persist-credentials : false
3333 components : cargo
3434 toolchain : 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3535 - name : Check out ci repo
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 path : ci
3939 repository : stratis-storage/ci
4949 semver-checks :
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 with :
5454 persist-credentials : false
5555 - name : Do semantic version checks
You can’t perform that action at this time.
0 commit comments