diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml index c7573035..df272d9a 100644 --- a/.github/workflows/approve-pr.yml +++ b/.github/workflows/approve-pr.yml @@ -27,7 +27,7 @@ jobs: - id: dependabot-metadata name: Fetch dependabot metadata if: github.actor == 'dependabot[bot]' - uses: dependabot/fetch-metadata@v1.3.3 + uses: dependabot/fetch-metadata@v1.3.4 with: skip-commit-verification: true - id: checkout diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 9d1d1ff0..fa75940a 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -34,7 +34,7 @@ jobs: uses: hmarr/debug-action@v2.0.1 - id: metadata name: Fetch metadata - uses: dependabot/fetch-metadata@v1.3.3 + uses: dependabot/fetch-metadata@v1.3.4 with: skip-commit-verification: true - id: checkout