We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13aa62e commit eb22787Copy full SHA for eb22787
2 files changed
.github/workflows/approve-pr.yml
@@ -33,7 +33,7 @@ jobs:
33
- id: dependabot-metadata
34
name: Fetch dependabot metadata
35
if: github.actor == 'dependabot[bot]'
36
- uses: dependabot/fetch-metadata@v1.5.1
+ uses: dependabot/fetch-metadata@v1.6.0
37
with:
38
skip-commit-verification: true
39
- id: checkout
.github/workflows/dependabot-auto.yml
@@ -35,7 +35,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: metadata
name: Fetch metadata
40
41
0 commit comments