From 1b40ad5e2c8515b38402ed72e4b02c5741d1d059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:18:37 +0000 Subject: [PATCH] Bump dependabot/fetch-metadata Bumps the catch-all group in /.github/actions/automate-dependabot with 1 update: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `dependabot/fetch-metadata` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/dbb049abf0d677abbd7f7eee0375145b417fdd34...d7267f607e9d3fb96fc2fbe83e0af444713e90b7) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: catch-all ... 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 d6285dc2b..d25059718 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@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0 + uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 # v2.3.0 with: github-token: "${{ inputs.token }}"