From c5b82d6921c351d7c8444d1644e632f02a721fda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:58:19 +0000 Subject: [PATCH] chore(workflows/dependencies): update juliangruber/approve-pull-request-action action to v2.0.4 --- .github/workflows/update-artifacthub-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-artifacthub-images.yaml b/.github/workflows/update-artifacthub-images.yaml index 589ae4249d..15513b5807 100644 --- a/.github/workflows/update-artifacthub-images.yaml +++ b/.github/workflows/update-artifacthub-images.yaml @@ -65,7 +65,7 @@ jobs: PR_NUMBER: ${{ steps.create-pr.outputs.pull-request-number }} merge-method: squash - if: ${{ steps.create-pr.outputs.pull-request-number }} - uses: juliangruber/approve-pull-request-action@v2.0.0 + uses: juliangruber/approve-pull-request-action@v2.0.4 with: github-token: ${{ secrets.ACTIONS_BOT_TOKEN }} number: ${{ steps.create-pr.outputs.pull-request-number }}