Skip to content

Commit

Permalink
ci(dependabot): fix fetch-metadata action (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon authored Oct 14, 2024
1 parent 27c4f59 commit 3bfcbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.2
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 3bfcbab

Please sign in to comment.