From 5b5bf84fc1ecde8243a4e219686c5b35793aaca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:55:35 +0000 Subject: [PATCH] Bump gittools/actions from 1.2.0 to 2.0.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-latest.yml | 4 ++-- .github/workflows/showversion.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build-latest.yml b/.github/workflows/docker-build-latest.yml index 708bd0c..1e5ba91 100644 --- a/.github/workflows/docker-build-latest.yml +++ b/.github/workflows/docker-build-latest.yml @@ -15,7 +15,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.2.0 + uses: gittools/actions/gitversion/setup@v2.0.0 with: versionSpec: '5.x' @@ -27,7 +27,7 @@ jobs: - name: Determine Version id: gitversion # id to later be referenced - uses: gittools/actions/gitversion/execute@v1.2.0 + uses: gittools/actions/gitversion/execute@v2.0.0 with: additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000" diff --git a/.github/workflows/showversion.yml b/.github/workflows/showversion.yml index 7cb0bbe..017be96 100644 --- a/.github/workflows/showversion.yml +++ b/.github/workflows/showversion.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.2.0 + uses: gittools/actions/gitversion/setup@v2.0.0 with: versionSpec: '5.x' @@ -24,7 +24,7 @@ jobs: - name: Determine Version id: gitversion # id to later be referenced - uses: gittools/actions/gitversion/execute@v1.2.0 + uses: gittools/actions/gitversion/execute@v2.0.0 with: additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"