From d70c94dfa873f19fde0637c8a81d3b8361090863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:09:07 +0000 Subject: [PATCH] chore(deps): bump codfish/semantic-release-action from 3.3.0 to 3.4.0 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: codfish/semantic-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1637063..99cf71c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,7 +85,7 @@ jobs: - name: "Release" id: "release" - uses: codfish/semantic-release-action@v3.3.0 + uses: codfish/semantic-release-action@v3.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}