File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5353 runs-on : ubuntu-latest
5454 container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 with :
5858 persist-credentials : false
5959 - name : Install dependencies
8282 clang
8383 glibc-static
8484 make
85- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v6
8686 with :
8787 persist-credentials : false
8888 - uses : dtolnay/rust-toolchain@master
@@ -125,7 +125,7 @@ jobs:
125125 10
126126 - name : Display Python version
127127 run : python3 --version
128- - uses : actions/checkout@v5
128+ - uses : actions/checkout@v6
129129 with :
130130 path : stratis-cli
131131 persist-credentials : false
@@ -185,7 +185,7 @@ jobs:
185185 # yamllint disable rule:line-length
186186 options : --privileged --userns=host --ipc=host -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro -v /usr/share/dbus-1:/usr/share/dbus-1
187187 steps :
188- - uses : actions/checkout@v5
188+ - uses : actions/checkout@v6
189189 with :
190190 path : stratis-cli
191191 persist-credentials : false
Original file line number Diff line number Diff line change 4747 python3-psutil
4848 python3-wcwidth
4949 systemd-devel
50- - uses : actions/checkout@v5
50+ - uses : actions/checkout@v6
5151 with :
5252 path : stratis-cli
5353 persist-credentials : false
Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636 container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 with :
4040 persist-credentials : false
4141 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments