Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#51)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent f2d2748 commit c8b612b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pip3 install --upgrade ansible-core kubernetes ansible-lint netaddr
ansible-galaxy collection install -U kubernetes.core community.general ansible.utils
git config --global --add safe.directory /__w/openshift-edge-installer/openshift-edge-installer
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check code
run: |
ansible-lint -s -x yaml[line-length],var-naming[no-role-prefix] --exclude .github
Expand All @@ -29,7 +29,7 @@ jobs:
test-container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build container
run: |
podman build .
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit c8b612b

Please sign in to comment.