From 5ad6b32ac1622aa8853db58b201c84c03849d98b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 08:58:04 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v3.2.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3c4d40..40f739a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Semantic Release id: semantic-release - uses: cycjimmy/semantic-release-action@v3.0.0 + uses: cycjimmy/semantic-release-action@v3.2.0 env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: