diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index 2e3198d3..26a1c4a4 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -32,13 +32,13 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0 + uses: gittools/actions/gitversion/setup@v1 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0 + uses: gittools/actions/gitversion/execute@v1 with: useConfigFile: true diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 792daefa..7219c40e 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -36,12 +36,12 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0 + uses: gittools/actions/gitversion/setup@v1 with: versionSpec: '5.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v0 + uses: gittools/actions/gitversion/execute@v1 id: gitversion with: useConfigFile: true diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 54a643b3..b84a6e3f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -56,12 +56,12 @@ jobs: fetch-depth: 0 # Required for GitVersion - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0 + uses: gittools/actions/gitversion/setup@v1 with: versionSpec: '5.x' - name: Determine Version - uses: gittools/actions/gitversion/execute@v0 + uses: gittools/actions/gitversion/execute@v1 id: gitversion with: useConfigFile: true