From c601eca25d79e9c3d00e74fc698606e136b9d915 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 4 Jan 2023 18:54:19 +0100 Subject: [PATCH] Update thollander/actions-comment-pull-request action to v2.3.0 --- .github/workflows/check_prs_if_on_staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_prs_if_on_staging.yml b/.github/workflows/check_prs_if_on_staging.yml index cb49ffbc..d084a582 100644 --- a/.github/workflows/check_prs_if_on_staging.yml +++ b/.github/workflows/check_prs_if_on_staging.yml @@ -10,7 +10,7 @@ jobs: if: github.event.pull_request.base.ref != 'staging' #check if the target branch is not staging steps: - name: Send message - uses: thollander/actions-comment-pull-request@main + uses: thollander/actions-comment-pull-request@v2.3.0 with: GITHUB_TOKEN: ${{ secrets.CHECKIFPRISSTAGING_ACTION_PAT }} message: |