From 58b7ded36534aae469e2bc9b06e0c27c223775ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Jan 2022 15:10:17 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v2.7.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 d653c07..a6bf133 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@v2.6.0 + uses: cycjimmy/semantic-release-action@v2.7.0 env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: