From 06c234296c63bbadf5385070f97935ae375fd367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:09:10 +0000 Subject: [PATCH] Bump bobg/modver from 2.8.1 to 2.9.0 Bumps [bobg/modver](https://github.com/bobg/modver) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/bobg/modver/releases) - [Commits](https://github.com/bobg/modver/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: bobg/modver dependency-type: direct:production update-type: version-update:semver-minor ... 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 1313dd2..2a7fa88 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.8.1 + - uses: bobg/modver@v2.9.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} pull_request_url: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}