From 1c0496db8fbd6c5a657697dc9fa70c4907e1fcaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 19:02:06 +0000 Subject: [PATCH] Bump gittools/actions from 0.9.4 to 0.9.11 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.4 to 0.9.11. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.9.4...v0.9.11) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7f729318063..3a6e644ebbd 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -49,12 +49,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.4 + uses: gittools/actions/gitversion/setup@v0.9.11 with: versionSpec: "5.3.7" - name: Run GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.4 + uses: gittools/actions/gitversion/execute@v0.9.11 - name: Set up JDK uses: actions/setup-java@v1 with: @@ -155,12 +155,12 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.4 + uses: gittools/actions/gitversion/setup@v0.9.11 with: versionSpec: '5.2.x' - name: Run GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.4 + uses: gittools/actions/gitversion/execute@v0.9.11 - name: Get linux binaries uses: actions/download-artifact@master with: