diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index d3f35d48..f7bad804 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -12,7 +12,7 @@ jobs: && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 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 a576033f..cbd9c2d7 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -12,7 +12,7 @@ jobs: && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "refs/pull/${{ github.event.issue.number }}/head" submodules: true