From 45251bcc250910047290c3e0c04a93f6bcea5803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:34:33 +0000 Subject: [PATCH] chore(deps): bump jenkins-x-plugins/jx-release-version Bumps [jenkins-x-plugins/jx-release-version](https://github.com/jenkins-x-plugins/jx-release-version) from 2.6.1 to 2.7.6. - [Release notes](https://github.com/jenkins-x-plugins/jx-release-version/releases) - [Changelog](https://github.com/jenkins-x-plugins/jx-release-version/blob/v2.7.6/changelog.md) - [Commits](https://github.com/jenkins-x-plugins/jx-release-version/compare/v2.6.1...v2.7.6) --- updated-dependencies: - dependency-name: jenkins-x-plugins/jx-release-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/jenkins-x-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jenkins-x-release.yaml b/.github/workflows/jenkins-x-release.yaml index 9efb983476..25bf5ac5b6 100644 --- a/.github/workflows/jenkins-x-release.yaml +++ b/.github/workflows/jenkins-x-release.yaml @@ -27,7 +27,7 @@ jobs: files: ./build/reports/cover.txt - id: prep name: next release version - uses: jenkins-x-plugins/jx-release-version@v2.6.1 + uses: jenkins-x-plugins/jx-release-version@v2.7.6 - env: GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} REPO_NAME: ${{ github.event.repository.name }}