From a2bbaf0859f2928092bcb6f1562e1ca6c8244312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Mon, 23 Dec 2024 14:47:03 -0500 Subject: [PATCH] ci: try to fix the deprecation warning for get-version-action --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 375d182..41ccbff 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -92,7 +92,7 @@ jobs: - name: Get latest release version number id: get_version - uses: battila7/get-version-action@v2 + uses: dhkatz/get-version-action@main - uses: maxim-lobanov/setup-xcode@v1 if: runner.os == 'macOS'