From 3e5e8a22e4393166678b67ab65eb8ad18c2b9423 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/loadtest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/loadtest.yaml b/.github/workflows/loadtest.yaml index d463ac915..70517dddd 100644 --- a/.github/workflows/loadtest.yaml +++ b/.github/workflows/loadtest.yaml @@ -27,10 +27,10 @@ jobs: with: tools: loadtest cache-id: test-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 }} @@ -50,10 +50,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - 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: Setup Nix Environment uses: ./.github/actions/setup-nix with: