From af7b773abd5cad3cdd04529cae35c2ef8470a3e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 07:59:02 +0000 Subject: [PATCH] chore(deps): update dependency semantic-release to v22.0.10 (#476) 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 d5a873e5..2304dda5 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.9 + semantic_version: 22.0.10 dry_run: ${{ github.event_name == 'pull_request' }} extra_plugins: | conventional-changelog-conventionalcommits@7.0.2