From 44e041282c2406c33e5aecb12449d6a194d4ab6e Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 24 Feb 2024 19:03:25 +0100 Subject: [PATCH] ci: Switch action-get-latest-tag to github-action-get-previous-tag The former is not maintained anymore and produces deprecation warnings in CI. --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 76ed9f6f2..d4292f8cf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }}