From 9e300b94d7ab667d02223ddfbfb7ecdfbb46e44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:53:32 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container-pytests.yml | 2 +- .github/workflows/container-tests.yml | 2 +- .github/workflows/openshift-pytest.yml | 2 +- .github/workflows/openshift-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container-pytests.yml b/.github/workflows/container-pytests.yml index a8e426df..7cc24a68 100644 --- a/.github/workflows/container-pytests.yml +++ b/.github/workflows/container-pytests.yml @@ -14,7 +14,7 @@ jobs: && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.issue.number }}/head" submodules: true diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 679bac57..626908f4 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -14,7 +14,7 @@ jobs: && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.issue.number }}/head" submodules: true diff --git a/.github/workflows/openshift-pytest.yml b/.github/workflows/openshift-pytest.yml index 5b5e5e52..5faff849 100644 --- a/.github/workflows/openshift-pytest.yml +++ b/.github/workflows/openshift-pytest.yml @@ -14,7 +14,7 @@ jobs: && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.issue.number }}/head" submodules: true diff --git a/.github/workflows/openshift-tests.yml b/.github/workflows/openshift-tests.yml index 26658c76..122f2309 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -25,7 +25,7 @@ jobs: needs: check-imagestreams steps: - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: "refs/pull/${{ github.event.issue.number }}/head" submodules: true