diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fc1ffae..dd2524b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,13 +37,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10.2 + uses: gittools/actions/gitversion/setup@v3.2.1 with: versionSpec: "5.5.x" - name: Version with GitVersion # https://github.com/marketplace/actions/use-actions id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v3.2.1 - name: Push version tag uses: tvdias/github-tagger@v0.0.2