From 66f5ad2c64384c21a5f253fe8e3491d340c17ad9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:59:30 +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 589ae4249..15513b580 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 }}