Skip to content

Commit

Permalink
ci: Switch action-get-latest-tag to github-action-get-previous-tag
Browse files Browse the repository at this point in the history
The former is not maintained anymore and produces deprecation warnings in CI.
  • Loading branch information
wolfgangwalther committed Feb 24, 2024
1 parent f2483dc commit 896204b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 896204b

Please sign in to comment.