From 8851ff8673105da9f9ebc499a49f3edb0a984d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:34:19 +0100 Subject: [PATCH] Bump dependabot/fetch-metadata from 1.3.3 to 1.6.0 in /.github/actions/automate-dependabot (#348) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/automate-dependabot/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/automate-dependabot/action.yml b/.github/actions/automate-dependabot/action.yml index 8f535f9e2..9a971d26b 100644 --- a/.github/actions/automate-dependabot/action.yml +++ b/.github/actions/automate-dependabot/action.yml @@ -32,7 +32,7 @@ runs: - name: Dependabot metadata if: steps.check.outputs.continue == 'true' id: metadata - uses: dependabot/fetch-metadata@v1.3.3 + uses: dependabot/fetch-metadata@v1.6.0 with: github-token: "${{ inputs.token }}"