We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 802efd2 + f87c87d commit ad31e6dCopy full SHA for ad31e6d
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
c9s-bootc-e2e:
22
runs-on: ubuntu-24.04
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- name: build
26
run: sudo podman build -t localhost/bootupd:latest -f ci/Containerfile.c9s .
27
- name: bootc install to disk
.github/workflows/cross.yml
@@ -20,7 +20,7 @@ jobs:
20
- arch: ppc64le
distro: ubuntu_latest
- - uses: actions/checkout@v3.0.2
with:
submodules: true
set-safe-directory: true
0 commit comments