From 81cfb62d167933b8265f986b08c4bfcb9107b77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:03:08 +0000 Subject: [PATCH] Bump gittools/actions from 1.1.1 to 1.2.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 187a32f..33af814 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.1.1 + uses: gittools/actions/gitversion/setup@v1.2.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.1.1 + uses: gittools/actions/gitversion/execute@v1.2.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 33b0edf..7cac578 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.1.1 + uses: gittools/actions/gitversion/setup@v1.2.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.1.1 + uses: gittools/actions/gitversion/execute@v1.2.0 with: additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"