From 75072347fe0f17c6946651e0dcc818be9529f25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:53:30 +0000 Subject: [PATCH] Bump dependabot/fetch-metadata in /.github/actions/automate-dependabot Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.6.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.6.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 }}"