Skip to content

Commit 362bae9

Browse files
Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 (#2541)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4111b4a commit 362bae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Fetch Dependabot metadata
4242
id: dependabot-metadata
43-
uses: dependabot/fetch-metadata@v2.4.0
43+
uses: dependabot/fetch-metadata@v2.5.0
4444
if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot[bot]' }}
4545
with:
4646
github-token: "${{ steps.app-token.outputs.token }}"

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Fetch Dependabot metadata
4040
id: dependabot-metadata
41-
uses: dependabot/fetch-metadata@v2.4.0
41+
uses: dependabot/fetch-metadata@v2.5.0
4242
with:
4343
github-token: "${{ steps.app-token.outputs.token }}"
4444

0 commit comments

Comments
 (0)