From fd01a9a76a05f388099a599d16395d737d8d421d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 6 Feb 2024 23:29:23 +0100 Subject: [PATCH] Update gh-describe to v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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