From fd36bb4ebca591d3e2fcd2283a3a5a66f88ca827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 04:08:39 +0000 Subject: [PATCH] chore(deps): update dependency semantic-release to v22.0.9 (#474) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f8fba11..d5a873e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: uses: cycjimmy/semantic-release-action@61680d0e9b02ff86f5648ade99e01be17f0260a4 # v4.0.0 with: # renovate: datasource=npm depName=semantic-release - semantic_version: 22.0.8 + semantic_version: 22.0.9 dry_run: ${{ github.event_name == 'pull_request' }} extra_plugins: | conventional-changelog-conventionalcommits@7.0.2