From aa51e444027838287538d2a7e3d5a3a6883e944b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:21:51 +0000 Subject: [PATCH] Bump jefflinse/pr-semver-bump from 1.6.0 to 1.7.3 Bumps [jefflinse/pr-semver-bump](https://github.com/jefflinse/pr-semver-bump) from 1.6.0 to 1.7.3. - [Release notes](https://github.com/jefflinse/pr-semver-bump/releases) - [Commits](https://github.com/jefflinse/pr-semver-bump/compare/v1.6.0...v1.7.3) --- updated-dependencies: - dependency-name: jefflinse/pr-semver-bump dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-semver.yml | 2 +- .github/workflows/validate-semver.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-semver.yml b/.github/workflows/bump-semver.yml index b4adfe6..7fc6e8e 100644 --- a/.github/workflows/bump-semver.yml +++ b/.github/workflows/bump-semver.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Bump and Tag Version - uses: jefflinse/pr-semver-bump@v1.6.0 + uses: jefflinse/pr-semver-bump@v1.7.3 with: mode: bump repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/validate-semver.yml b/.github/workflows/validate-semver.yml index 2484ad1..11bb687 100644 --- a/.github/workflows/validate-semver.yml +++ b/.github/workflows/validate-semver.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jefflinse/pr-semver-bump@v1.6.0 + - uses: jefflinse/pr-semver-bump@v1.7.3 name: Validate Pull Request Metadata with: mode: validate