Skip to content

Commit

Permalink
Merge pull request #774 from coreos/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
travier authored Nov 18, 2024
2 parents 802efd2 + f87c87d commit ad31e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
c9s-bootc-e2e:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build
run: sudo podman build -t localhost/bootupd:latest -f ci/Containerfile.c9s .
- name: bootc install to disk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- arch: ppc64le
distro: ubuntu_latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4
with:
submodules: true
set-safe-directory: true
Expand Down

0 comments on commit ad31e6d

Please sign in to comment.