2323 runs-on : ubuntu-latest
2424 container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Install deps
2828 run : ./ci/installdeps.sh
2929 - name : Mark git checkout as safe
5454 sudo apt install -y crun/testing podman/testing skopeo/testing
5555 - name : Installdeps
5656 run : sudo apt update && sudo apt install just
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 - name : Build and run container integration tests
5959 run : sudo just run-container-integration run-container-external-tests
6060 container-continuous :
@@ -69,13 +69,13 @@ jobs:
6969 sudo apt install -y crun/testing podman/testing skopeo/testing
7070 - name : Installdeps
7171 run : sudo apt update && sudo apt install just
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 - name : Build with continuous repo enabled
7474 run : sudo just build --build-arg=continuous_repo=1
7575 cargo-deny :
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979 - uses : EmbarkStudios/cargo-deny-action@v2
8080 with :
8181 log-level : warn
9393 sudo apt update
9494 sudo apt install -y crun/testing podman/testing skopeo/testing
9595 - name : Checkout repository
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v5
9797 - name : Free up disk space on runner
9898 run : sudo ./ci/clean-gha-runner.sh
9999 - name : Enable fsverity for /
@@ -147,7 +147,7 @@ jobs:
147147 env :
148148 MDBOOK_VERSION : 0.4.37
149149 steps :
150- - uses : actions/checkout@v4
150+ - uses : actions/checkout@v5
151151 - name : Install mdBook
152152 run : |
153153 tag=$(curl 'https://api.github.com/repos/rust-lang/mdbook/releases/latest' | jq -r '.tag_name')
0 commit comments