From 15829c8d61fdcdc31bd5d0a5b4408b9ed8b8dee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:23:08 +0000 Subject: [PATCH] Bump codacy/git-version from 2.7.1 to 2.8.0 Bumps [codacy/git-version](https://github.com/codacy/git-version) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/codacy/git-version/releases) - [Commits](https://github.com/codacy/git-version/compare/2.7.1...2.8.0) --- updated-dependencies: - dependency-name: codacy/git-version dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-latest.yml | 2 +- .github/workflows/showversion.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build-latest.yml b/.github/workflows/docker-build-latest.yml index 77f44df..e0c3865 100644 --- a/.github/workflows/docker-build-latest.yml +++ b/.github/workflows/docker-build-latest.yml @@ -33,7 +33,7 @@ jobs: - name: Alternate Git Version id: alternategitversion - uses: codacy/git-version@2.7.1 + uses: codacy/git-version@2.8.0 with: release-branch: 'main' prefix: 'v' diff --git a/.github/workflows/showversion.yml b/.github/workflows/showversion.yml index 2302de9..e7cec89 100644 --- a/.github/workflows/showversion.yml +++ b/.github/workflows/showversion.yml @@ -30,7 +30,7 @@ jobs: - name: Alternate Git Version id: alternategitversion - uses: codacy/git-version@2.7.1 + uses: codacy/git-version@2.8.0 with: release-branch: 'main' prefix: 'v'