2121 runs-on : ubuntu-latest
2222 container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - name : Code lints
2626 run : ./ci/lints.sh
2727 - name : Install deps
4747 runs-on : ubuntu-latest
4848 container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
4949 steps :
50- - uses : actions/checkout@v5
50+ - uses : actions/checkout@v6
5151 - name : Install deps
5252 run : ./ci/installdeps.sh
5353 - name : Cache Dependencies
6767 container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
6868 steps :
6969 - name : Checkout repository
70- uses : actions/checkout@v5
70+ uses : actions/checkout@v6
7171 - name : Install deps
7272 run : ./ci/installdeps.sh
7373 - name : Detect crate MSRV
9191 cargo-deny :
9292 runs-on : ubuntu-latest
9393 steps :
94- - uses : actions/checkout@v5
94+ - uses : actions/checkout@v6
9595 - uses : EmbarkStudios/cargo-deny-action@v2
9696 with :
9797 log-level : warn
@@ -103,7 +103,7 @@ jobs:
103103 container : quay.io/fedora/fedora-coreos:testing-devel
104104 steps :
105105 - name : Checkout repository
106- uses : actions/checkout@v5
106+ uses : actions/checkout@v6
107107 - name : Download ostree-ext-cli
108108 uses : actions/download-artifact@v6.0.0
109109 with :
@@ -119,7 +119,7 @@ jobs:
119119 container : quay.io/fedora/fedora-coreos:testing-devel
120120 steps :
121121 - name : Checkout repository
122- uses : actions/checkout@v5
122+ uses : actions/checkout@v6
123123 - name : Download ostree-ext-cli
124124 uses : actions/download-artifact@v6.0.0
125125 with :
@@ -137,7 +137,7 @@ jobs:
137137 options : " --privileged --pid=host -v /var/tmp:/var/tmp -v /run/dbus:/run/dbus -v /run/systemd:/run/systemd -v /:/run/host"
138138 steps :
139139 - name : Checkout repository
140- uses : actions/checkout@v5
140+ uses : actions/checkout@v6
141141 - name : Download
142142 uses : actions/download-artifact@v6.0.0
143143 with :
@@ -152,9 +152,9 @@ jobs:
152152 runs-on : ubuntu-latest
153153 steps :
154154 - name : Checkout repository
155- uses : actions/checkout@v5
155+ uses : actions/checkout@v6
156156 - name : Checkout coreos-layering-examples
157- uses : actions/checkout@v5
157+ uses : actions/checkout@v6
158158 with :
159159 repository : coreos/coreos-layering-examples
160160 path : coreos-layering-examples
0 commit comments