We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91f170 commit c387b04Copy full SHA for c387b04
.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.5.1
+ uses: dependabot/fetch-metadata@v1.6.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