From 2193dc8edf2634032261fdddb7b90ec12941b2b9 Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Tue, 4 Nov 2025 12:01:22 +0100 Subject: [PATCH] Fix wrong dependabot-auto-approve hash used earlier Use commit hash for v1.3.2 instead of v1.3.0 Signed-off-by: Mathias L. Baumann --- .github/workflows/auto-dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-dependabot.yaml b/.github/workflows/auto-dependabot.yaml index ca7d321..d4856cf 100644 --- a/.github/workflows/auto-dependabot.yaml +++ b/.github/workflows/auto-dependabot.yaml @@ -9,7 +9,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Auto-approve and merge Dependabot PRs - uses: frequenz-floss/dependabot-auto-approve@005e52004f5d5c6af2f81b89ec25e5cf6f3dfd77 # v1.3.0 + uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} merge-method: merge