diff --git a/.github/workflows/pull_request_check.yaml b/.github/workflows/pull_request_check.yaml index 3f28b94632..bc7a2ae60d 100644 --- a/.github/workflows/pull_request_check.yaml +++ b/.github/workflows/pull_request_check.yaml @@ -7,7 +7,7 @@ jobs: name: pull request check runs-on: ubuntu-latest steps: - - uses: nearform/github-action-check-linked-issues@v1.4.5 + - uses: nearform-actions/github-action-check-linked-issues@v1.4.5 id: check-linked-issues with: exclude-branches: "release_v**, backport_v**, main, latest-dep-update-**, min-dep-update-**, dependabot/**" diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 032b85b1c6..77eb5b071a 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -17,6 +17,7 @@ Future Release * Testing Changes * Fix serialization test to work with pytest 8.1.1 (:pr:`2694`) * Update to allow minimum dependency checker to run properly (:pr:`2709`) + * Update pull request check CI action (:pr:`2720`) Thanks to the following people for contributing to this release: :user:`thehomebrewnerd`