diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index c9aff50e..bd72fffd 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -15,7 +15,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 845abd62..a96a23c7 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -23,7 +23,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 diff --git a/.github/workflows/pr-metadata.yml b/.github/workflows/pr-metadata.yml index e4c77dbe..257fb649 100644 --- a/.github/workflows/pr-metadata.yml +++ b/.github/workflows/pr-metadata.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Repository checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: Metadata name: Gather Pull Request Metadata