summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 20:05:00 +0000
committerseth <[email protected]>2024-03-27 23:38:29 +0000
commite330e12eb8867d7d4d092e43d6f9109cce310842 (patch)
tree2f2ec82b80d3718d516c95375ab1f9cafba5d92a
parent16d73312136ce647c7bcf2d79605fe1188469fcc (diff)
actions: bump dependabot/fetch-metadata from 1 to 2
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1...v2) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--.github/workflows/autobot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml
index a1a3034..ae76092 100644
--- a/.github/workflows/autobot.yaml
+++ b/.github/workflows/autobot.yaml
@@ -14,7 +14,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- - uses: dependabot/fetch-metadata@v1
+ - uses: dependabot/fetch-metadata@v2
id: metadata
with:
github-token: ${{ github.token }}