From 9d31de35bb07dd8e17ac8fdb8d5e9eb3c16648f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 01:10:23 +0000 Subject: [PATCH] ci(deps): Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6) --- 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 ca82b724..5b386de1 100644 --- a/.github/workflows/approve-pr.yml +++ b/.github/workflows/approve-pr.yml @@ -30,7 +30,7 @@ jobs: - id: dependabot-metadata name: Fetch dependabot metadata if: github.actor == 'dependabot[bot]' - uses: dependabot/fetch-metadata@v1.3.5 + uses: dependabot/fetch-metadata@v1.3.6 with: skip-commit-verification: true - id: checkout diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 53afec08..33a85faf 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -34,7 +34,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: metadata name: Fetch metadata - uses: dependabot/fetch-metadata@v1.3.5 + uses: dependabot/fetch-metadata@v1.3.6 with: skip-commit-verification: true - id: checkout