Skip to content

Commit c796a64

Browse files
Bump actions/checkout from 4 to 5 (#79)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3ac16b commit c796a64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pip3 install --upgrade ansible-core kubernetes ansible-lint netaddr
1919
ansible-galaxy collection install -U kubernetes.core community.general ansible.utils
2020
git config --global --add safe.directory /__w/openshift-edge-installer/openshift-edge-installer
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Check code
2323
run: |
2424
ansible-lint -s -x yaml[line-length],var-naming[no-role-prefix] --exclude .github
@@ -27,7 +27,7 @@ jobs:
2727
test-container:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Build container
3232
run: |
3333
podman build .

.github/workflows/check-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
markdown-link-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: gaurav-nelson/github-action-markdown-link-check@v1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
group: ${{ github.workflow }}-${{ github.ref }}
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)