Skip to content

Commit 04deab6

Browse files
chore(deps): update dependency caarlos0/svu to v3.2.4 (#1218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cecc17d commit 04deab6

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="v3.2.3"
20+
export SVU_VERSION="v3.2.4"
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
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install svu
5555
run: |
5656
# renovate: datasource=github-releases depName=caarlos0/svu
57-
export SVU_VERSION="v3.2.3"
57+
export SVU_VERSION="v3.2.4"
5858
curl -Lo ./svu.tar.gz "https://github.com/caarlos0/svu/releases/download/${SVU_VERSION}/svu_${SVU_VERSION#v}_linux_amd64.tar.gz"
5959
tar -C "$HOME" -xzf svu.tar.gz
6060
rm svu.tar.gz

0 commit comments

Comments
 (0)