ci: Switch action-get-latest-tag to github-action-get-previous-tag

The former is not maintained anymore and produces deprecation warnings in CI.
This commit is contained in:
Wolfgang Walther
2024-02-24 19:59:46 +01:00
committed by Wolfgang Walther
parent f2483dc722
commit 44e041282c
+2 -2
View File
@@ -133,10 +133,10 @@ jobs:
uses: ./.github/actions/setup-nix
with:
tools: loadtest
- uses: actions-ecosystem/action-get-latest-tag@v1
- uses: WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce # v1.4.0
id: get-latest-tag
with:
semver_only: true
prefix: v
- name: Run loadtest
run: |
postgrest-loadtest-against main ${{ steps.get-latest-tag.outputs.tag }}