From c487454da0be26b86e03ce8ea1d117b469c3a7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:55:45 +0000 Subject: [PATCH] chore(deps): bump jossef/action-semantic-release-info Bumps [jossef/action-semantic-release-info](https://github.com/jossef/action-semantic-release-info) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/jossef/action-semantic-release-info/releases) - [Commits](https://github.com/jossef/action-semantic-release-info/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: jossef/action-semantic-release-info dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 eb3f01c..48e1e48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - name: Gets semantic release info id: semantic_release_info - uses: jossef/action-semantic-release-info@v2.1.0 + uses: jossef/action-semantic-release-info@v3.0.0 env: GITHUB_TOKEN: ${{ github.token }} - name: Update Version and Commit