From c50ce7ad7d046957c099d8b6fd7f42b494c84e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:04:05 +0000 Subject: [PATCH] Bump cloudposse-github-actions/get-pr from 1.0.1 to 2.0.0 Bumps [cloudposse-github-actions/get-pr](https://github.com/cloudposse-github-actions/get-pr) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/cloudposse-github-actions/get-pr/releases) - [Commits](https://github.com/cloudposse-github-actions/get-pr/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: cloudposse-github-actions/get-pr dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-test-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-lint.yaml b/.github/workflows/pr-test-lint.yaml index dd72a23..4799208 100644 --- a/.github/workflows/pr-test-lint.yaml +++ b/.github/workflows/pr-test-lint.yaml @@ -88,7 +88,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 }}"