diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index c8adbfe95..d8e4719cc 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -185,7 +185,7 @@ jobs: pull-requests: write steps: # figure out the PR for this commit - - uses: cloudposse-github-actions/get-pr@v1.0.1 + - uses: cloudposse-github-actions/get-pr@v2.0.0 id: pr with: github-token: "${{ secrets.GITHUB_TOKEN }}"