Skip to content

Commit

Permalink
chore(deps): update dependency caarlos0/svu to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 9, 2024
1 parent 619d85e commit 54c0885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install svu
run: |
# renovate: datasource=github-releases depName=caarlos0/svu
export SVU_VERSION="v1.12.0"
export SVU_VERSION="v2.0.1"
curl -Lo ./svu.tar.gz "https://github.com/caarlos0/svu/releases/download/${SVU_VERSION}/svu_${SVU_VERSION#v}_linux_amd64.tar.gz"
tar -C "$HOME" -xzf svu.tar.gz
rm svu.tar.gz
Expand Down

0 comments on commit 54c0885

Please sign in to comment.