diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d117b72175..e9e545d21f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: uses: actions/checkout@v4 - name: Git describe for shallow checkout id: ghd - uses: proudust/gh-describe@v1 + uses: proudust/gh-describe@v2 - name: Update GA environment run: echo "OPENRCT2_DESCRIBE=${{ steps.ghd.outputs.describe }}" >> $GITHUB_ENV - name: Install MSVC problem matcher