-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(deps): Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#137)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d10b599
commit 2294bfa
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- id: dependabot-metadata | ||
name: Fetch dependabot metadata | ||
if: github.actor == 'dependabot[bot]' | ||
uses: dependabot/[email protected].5 | ||
uses: dependabot/[email protected].6 | ||
with: | ||
skip-commit-verification: true | ||
- id: checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
uses: hmarr/[email protected] | ||
- id: metadata | ||
name: Fetch metadata | ||
uses: dependabot/[email protected].5 | ||
uses: dependabot/[email protected].6 | ||
with: | ||
skip-commit-verification: true | ||
- id: checkout | ||
|