diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml index e109a967..8a7ee1cf 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.4.0 + uses: dependabot/fetch-metadata@v1.6.0 with: skip-commit-verification: true - id: checkout diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 341555a2..f9d1190d 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.4.0 + uses: dependabot/fetch-metadata@v1.6.0 with: skip-commit-verification: true - id: checkout