diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 165cd108..676872fb 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@v4 + uses: actions/checkout@v5 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 31267c46..5b5e5e52 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@v4 + uses: actions/checkout@v5 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 4c4f5522..26658c76 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@v4 + uses: actions/checkout@v5 with: ref: "refs/pull/${{ github.event.issue.number }}/head" submodules: true