We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66d76f commit d5ff0b5Copy full SHA for d5ff0b5
.github/workflows/approve-pr.yml
@@ -34,7 +34,7 @@ jobs:
34
- id: dependabot-metadata
35
name: Fetch dependabot metadata
36
if: github.actor == 'dependabot[bot]'
37
- uses: dependabot/fetch-metadata@v1.4.0
+ uses: dependabot/fetch-metadata@v1.5.0
38
with:
39
skip-commit-verification: true
40
- id: checkout
.github/workflows/dependabot-auto.yml
@@ -37,7 +37,7 @@ jobs:
uses: hmarr/debug-action@v2.1.0
- id: metadata
name: Fetch metadata
41
42
43
0 commit comments