From 86a546215b69fb6d16bb8a3a4d59799ce4d68f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 05:37:34 +0000 Subject: [PATCH] Bump gittools/actions from v0.9.6 to v0.9.7 Bumps [gittools/actions](https://github.com/gittools/actions) from v0.9.6 to v0.9.7. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.9.6...62f943a7b7e1981bb87a8314f304524657551786) 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 9712508c1ee..62065768782 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.6 + uses: gittools/actions/gitversion/setup@v0.9.7 with: versionSpec: "5.x" - name: Run GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.6 + uses: gittools/actions/gitversion/execute@v0.9.7 - 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.6 + uses: gittools/actions/gitversion/setup@v0.9.7 with: versionSpec: '5.x' - name: Run GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.6 + uses: gittools/actions/gitversion/execute@v0.9.7 - name: Get linux binaries uses: actions/download-artifact@master with: