From 1c30e1240a3584d6686b10dfff46716bba76a257 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 4 Mar 2020 00:36:43 +0100 Subject: [PATCH] Try to update GitVersion action from v0.3 to v0.9 (and GitVresion from 5.1.2 to 5.1.3) --- .github/workflows/deployment.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 6f41ae6ee8e1..c9c0f62e10d6 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v2-beta + uses: actions/checkout@v2 with: fetch-depth: 0 - name: Fetch tags and master for GitVersion @@ -55,12 +55,12 @@ jobs: } shell: pwsh - name: Install GitVersion - uses: gittools/actions/setup-gitversion@v0.3 + uses: gittools/actions/gitversion/setup@v0.9 with: - versionSpec: '5.1.2' + versionSpec: '5.1.3' - name: Run GitVersion id: gitversion - uses: gittools/actions/execute-gitversion@v0.3 + uses: gittools/actions/gitversion/execute@v0.9 - name: Set up JDK uses: actions/setup-java@v1 with: @@ -146,7 +146,7 @@ jobs: needs: [build] steps: - name: Checkout source - uses: actions/checkout@v2-beta + uses: actions/checkout@v2 with: fetch-depth: 0 - name: Fetch tags and master for GitVersion @@ -158,12 +158,12 @@ jobs: } shell: pwsh - name: Install GitVersion - uses: gittools/actions/setup-gitversion@v0.3 + uses: gittools/actions/gitversion/setup@v0.9 with: - versionSpec: '5.1.2' + versionSpec: '5.1.3' - name: Run GitVersion id: gitversion - uses: gittools/actions/execute-gitversion@v0.3 + uses: gittools/actions/gitversion/execute@v0.9 - name: Get linux binaries uses: actions/download-artifact@master with: