Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
NikolaRHristov committed Apr 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 2df5afc + 95c4f19 commit c6c6920
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Dependabot.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,11 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
<<<<<<< HEAD
- uses: dependabot/[email protected]
=======
- uses: dependabot/[email protected]
>>>>>>> 95c4f19140b43eabe1ff9936f3865cb279813e8f
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

@@ -35,7 +39,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
- uses: dependabot/fetch-metadata@v2.0.1
- uses: dependabot/fetch-metadata@v2.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c6c6920

Please sign in to comment.