From 5c36350cb0872eb59d18759b038ce05bdbd4068a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 12:24:46 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v2.7.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75de373f..0cdb0d55 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v2 - name: Action For Semantic Release - uses: cycjimmy/semantic-release-action@v2.4.1 + uses: cycjimmy/semantic-release-action@v2.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}