Skip to content

Commit

Permalink
ci: try to fix the deprecation warning for get-version-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 23, 2024
1 parent a6a8234 commit b18a2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b18a2fc

Please sign in to comment.