2121 runs-on : ubuntu-latest
2222 container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v5
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@v3
50+ - uses : actions/checkout@v5
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@v3
70+ uses : actions/checkout@v5
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@v3
95- - uses : EmbarkStudios/cargo-deny-action@v1
94+ - uses : actions/checkout@v5
95+ - uses : EmbarkStudios/cargo-deny-action@v2
9696 with :
9797 log-level : warn
9898 command : check bans sources licenses
@@ -103,9 +103,9 @@ jobs:
103103 container : quay.io/fedora/fedora-coreos:testing-devel
104104 steps :
105105 - name : Checkout repository
106- uses : actions/checkout@v3
106+ uses : actions/checkout@v5
107107 - name : Download ostree-ext-cli
108- uses : actions/download-artifact@v4.1.8
108+ uses : actions/download-artifact@v5.0.0
109109 with :
110110 name : ostree-ext-cli
111111 - name : Install
@@ -119,9 +119,9 @@ jobs:
119119 container : quay.io/fedora/fedora-coreos:testing-devel
120120 steps :
121121 - name : Checkout repository
122- uses : actions/checkout@v3
122+ uses : actions/checkout@v5
123123 - name : Download ostree-ext-cli
124- uses : actions/download-artifact@v4.1.8
124+ uses : actions/download-artifact@v5.0.0
125125 with :
126126 name : ostree-ext-cli
127127 - name : Install
@@ -133,13 +133,13 @@ jobs:
133133 needs : build
134134 runs-on : ubuntu-latest
135135 container :
136- image : quay.io/fedora/fedora-bootc:41
136+ image : quay.io/fedora/fedora-bootc:44
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@v4
140+ uses : actions/checkout@v5
141141 - name : Download
142- uses : actions/download-artifact@v4.1.8
142+ uses : actions/download-artifact@v5.0.0
143143 with :
144144 name : ostree-ext-cli
145145 - name : Install
@@ -152,14 +152,14 @@ jobs:
152152 runs-on : ubuntu-latest
153153 steps :
154154 - name : Checkout repository
155- uses : actions/checkout@v3
155+ uses : actions/checkout@v5
156156 - name : Checkout coreos-layering-examples
157- uses : actions/checkout@v3
157+ uses : actions/checkout@v5
158158 with :
159159 repository : coreos/coreos-layering-examples
160160 path : coreos-layering-examples
161161 - name : Download
162- uses : actions/download-artifact@v4.1.8
162+ uses : actions/download-artifact@v5.0.0
163163 with :
164164 name : ostree-ext-cli
165165 - name : Integration tests
0 commit comments