From fdc3389d0ef734ce1559c6a0040aa2bcbf515034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 05:03:49 +0000 Subject: [PATCH] ci(deps): Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/approve-pr.yml | 2 +- .github/workflows/dependabot-auto.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml index 89441be..780d066 100644 --- a/.github/workflows/approve-pr.yml +++ b/.github/workflows/approve-pr.yml @@ -34,7 +34,7 @@ jobs: - id: dependabot-metadata name: Fetch dependabot metadata if: github.actor == 'dependabot[bot]' - uses: dependabot/fetch-metadata@v1.5.0 + uses: dependabot/fetch-metadata@v1.5.1 with: skip-commit-verification: true - id: checkout diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index a5ab35c..3ea6780 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -37,7 +37,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: metadata name: Fetch metadata - uses: dependabot/fetch-metadata@v1.5.0 + uses: dependabot/fetch-metadata@v1.5.1 with: skip-commit-verification: true - id: checkout