We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dfc4d commit ad25898Copy full SHA for ad25898
1 file changed
.github/workflows/build.yml
@@ -130,7 +130,7 @@ jobs:
130
steps:
131
- name: Dependabot metadata
132
id: metadata
133
- uses: dependabot/fetch-metadata@v2 # https://github.com/dependabot/fetch-metadata/
+ uses: dependabot/fetch-metadata@v3 # https://github.com/dependabot/fetch-metadata/
134
with:
135
github-token: "${{ secrets.GITHUB_TOKEN }}"
136
0 commit comments