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 e9fb4dd commit 01e120bCopy full SHA for 01e120b
2 files changed
.github/workflows/approve-pr.yml
@@ -27,7 +27,7 @@ jobs:
27
- id: dependabot-metadata
28
name: Fetch dependabot metadata
29
if: github.actor == 'dependabot[bot]'
30
- uses: dependabot/fetch-metadata@v1.3.3
+ uses: dependabot/fetch-metadata@v1.3.4
31
with:
32
skip-commit-verification: true
33
- id: checkout
.github/workflows/dependabot-auto.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: hmarr/debug-action@v2.0.1
35
- id: metadata
36
name: Fetch metadata
37
38
39
40
0 commit comments