File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-24.04
77 steps :
88 - name : " Check out"
9- uses : actions/checkout@v4
9+ uses : actions/checkout@v5
1010 - name : " Build unit test image"
1111 run : DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-unit --target test-unit .
1212 - name : " Unit test"
1515 name : " Cross compilation test"
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : " Build binaries"
2020 run : DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact .
2121 test-integration :
3434 EOT
3535 sudo systemctl restart apparmor.service
3636 - name : " Check out"
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 - name : " Build integration test image"
3939 run : DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration --target test-integration .
4040 - name : " Integration test: exit-code"
@@ -223,7 +223,7 @@ jobs:
223223 EOT
224224 sudo systemctl restart apparmor.service
225225 - name : " Check out"
226- uses : actions/checkout@v4
226+ uses : actions/checkout@v5
227227 - name : " Build integration test image"
228228 run : DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration-docker --target test-integration-docker --build-arg DOCKER_VERSION .
229229 env :
Original file line number Diff line number Diff line change 2424 id-token : write # for provenances
2525 attestations : write # for provenances
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - name : " Build binaries"
2929 run : DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact .
3030 - name : " SHA256SUMS"
You can’t perform that action at this time.
0 commit comments