From 966866343870ecf6a53497664ca8a1000801d593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:30:20 +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.7.6 to 2.7.8. - [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.8/changelog.md) - [Commits](https://github.com/jenkins-x-plugins/jx-release-version/compare/v2.7.6...v2.7.8) --- updated-dependencies: - dependency-name: jenkins-x-plugins/jx-release-version dependency-type: direct:production update-type: version-update:semver-patch ... 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 4abb8edca3..7dad1dadda 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.7.6 + uses: jenkins-x-plugins/jx-release-version@v2.7.8 - env: GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }} REPO_NAME: ${{ github.event.repository.name }}