Skip to content

Commit 5db5d52

Browse files
ci(deps): Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#21)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c89d660 commit 5db5d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/approve-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- id: dependabot-metadata
2828
name: Fetch dependabot metadata
2929
if: github.actor == 'dependabot[bot]'
30-
uses: dependabot/[email protected].4
30+
uses: dependabot/[email protected].5
3131
with:
3232
skip-commit-verification: true
3333
- id: checkout

.github/workflows/dependabot-auto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: hmarr/[email protected]
3535
- id: metadata
3636
name: Fetch metadata
37-
uses: dependabot/[email protected].4
37+
uses: dependabot/[email protected].5
3838
with:
3939
skip-commit-verification: true
4040
- id: checkout

0 commit comments

Comments
 (0)