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 6aca73c commit 4b69fbfCopy full SHA for 4b69fbf
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: "[dependabot] Fetch metadata"
84
id: metadata
85
if: github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
86
- uses: dependabot/fetch-metadata@v2.2.0
+ uses: dependabot/fetch-metadata@v2.3.0
87
with:
88
github-token: "${{ secrets.GITHUB_TOKEN }}"
89
0 commit comments