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