From 4d1a3cdd87c84dcfce254bb2967906d99a923a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:34:48 +0000 Subject: [PATCH] Bump cloudposse-github-actions/get-pr from 1.0.1 to 2.0.0 (#4869) --- .github/workflows/pr-test-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index c8adbfe959..d8e4719cce 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 }}"