diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-25 16:15:54 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-25 16:17:20 +0000 |
| commit | 52c58e7923b65901ecb85d0cdf796b275ed58996 (patch) | |
| tree | 842d2485c4e3f9d673507e031dcb4d02e5aca993 /.github/workflows | |
| parent | ce43ee5ab0bb6cdacd9d396917479b010abc3ed3 (diff) | |
chore(deps): 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]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/autobot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index fb34f02..450e5d2 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 }} |
