From 1437a04526b441f20a9ed5515b81a5911ba8aff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 05:39:38 +0000 Subject: [PATCH] Bump gittools/actions from v0.9.4 to v0.9.5 Bumps [gittools/actions](https://github.com/gittools/actions) from v0.9.4 to v0.9.5. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.9.4...ea3b60afaadc72494fe5522daa59c7a23cdc6bea) 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 d8b160f0cac..4ff79211d53 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.5 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.5 - name: Set up JDK 15 for linux and mac uses: actions/setup-java@v1 with: @@ -161,12 +161,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.5 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.5 - name: Get linux binaries uses: actions/download-artifact@master with: