From 6bf4a9a61f3d962b35913aa95932311ed62ad0f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:50:36 +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 }}