From fb425ad7e9c3b59397f034d186490f5a18c5cc87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:50:15 +0000 Subject: [PATCH] Bump gittools/actions from 3.0.2 to 3.0.3 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 8bcf534..79318d8 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@v3.0.2 + uses: gittools/actions/gitversion/setup@v3.0.3 with: versionSpec: '5.x' @@ -27,7 +27,7 @@ jobs: - name: Determine Version id: gitversion # id to later be referenced - uses: gittools/actions/gitversion/execute@v3.0.2 + uses: gittools/actions/gitversion/execute@v3.0.3 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 3182479..2990afe 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@v3.0.2 + uses: gittools/actions/gitversion/setup@v3.0.3 with: versionSpec: '5.x' @@ -24,7 +24,7 @@ jobs: - name: Determine Version id: gitversion # id to later be referenced - uses: gittools/actions/gitversion/execute@v3.0.2 + uses: gittools/actions/gitversion/execute@v3.0.3 with: additionalArguments: /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"