summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 10:35:52 +0000
committerseth <[email protected]>2024-03-25 16:13:54 +0000
commit51f5838fc8f32ae2f28e0c66c7f3e9240d4a7c46 (patch)
tree4622c688e90686fd50836d5361b93d3735385275
parent41aafdcc5e3fce8fcf94325d1d0e36d58e7d7546 (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 7715185..760d835 100644
--- a/.github/workflows/autobot.yaml
+++ b/.github/workflows/autobot.yaml
@@ -13,7 +13,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 }}