From d005e254fbad4364e386a414feac2efdec506307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 07:41:32 +0000 Subject: [PATCH] Bump bobg/modver from 2.10.0 to 2.10.1 Bumps [bobg/modver](https://github.com/bobg/modver) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/bobg/modver/releases) - [Commits](https://github.com/bobg/modver/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: bobg/modver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/modver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/modver.yml b/.github/workflows/modver.yml index 6be9d7b..1773d8a 100644 --- a/.github/workflows/modver.yml +++ b/.github/workflows/modver.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: bobg/modver@v2.10.0 + - uses: bobg/modver@v2.10.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} pull_request_url: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}