Skip to content

Commit 784734d

Browse files
chore(deps): update dependency caarlos0/svu to v1.12.0 (#889)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5512b33 commit 784734d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install svu
1818
run: |
1919
# renovate: datasource=github-releases depName=caarlos0/svu
20-
export SVU_VERSION="v1.11.0"
20+
export SVU_VERSION="v1.12.0"
2121
curl -Lo ./svu.tar.gz "https://github.com/caarlos0/svu/releases/download/${SVU_VERSION}/svu_${SVU_VERSION#v}_linux_amd64.tar.gz"
2222
tar -C "$HOME" -xzf svu.tar.gz
2323
rm svu.tar.gz

.github/workflows/test-and-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install svu
5656
run: |
5757
# renovate: datasource=github-releases depName=caarlos0/svu
58-
export SVU_VERSION="v1.11.0"
58+
export SVU_VERSION="v1.12.0"
5959
curl -Lo ./svu.tar.gz "https://github.com/caarlos0/svu/releases/download/${SVU_VERSION}/svu_${SVU_VERSION#v}_linux_amd64.tar.gz"
6060
tar -C "$HOME" -xzf svu.tar.gz
6161
rm svu.tar.gz

0 commit comments

Comments
 (0)