Skip to content

Commit ad31e6d

Browse files
authored
Merge pull request #774 from coreos/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 802efd2 + f87c87d commit ad31e6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
c9s-bootc-e2e:
2222
runs-on: ubuntu-24.04
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: build
2626
run: sudo podman build -t localhost/bootupd:latest -f ci/Containerfile.c9s .
2727
- name: bootc install to disk

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- arch: ppc64le
2121
distro: ubuntu_latest
2222
steps:
23-
- uses: actions/checkout@v3.0.2
23+
- uses: actions/checkout@v4
2424
with:
2525
submodules: true
2626
set-safe-directory: true

0 commit comments

Comments
 (0)