diff --git a/.github/workflows/compile-mermaid.yml b/.github/workflows/compile-mermaid.yml index e0b17a45..5cee3276 100644 --- a/.github/workflows/compile-mermaid.yml +++ b/.github/workflows/compile-mermaid.yml @@ -17,13 +17,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.3 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: "5.x" - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Convert repository name to lower case run: echo "GITHUB_REPOSITORY_LOWER_CASE=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index f07a2d19..d2934b35 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -29,13 +29,13 @@ jobs: # `npm ci` automatically builds the package run: npm ci - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.3 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: "5.x" - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v3.0.3 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Get release version run: echo "RELEASE_VERSION=${{ steps.gitversion.outputs.semVer }}" >> $GITHUB_ENV