From 18de2907d06d6cb964387c031fe47c6115ec1282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:51:18 +0000 Subject: [PATCH] ci(workflow): bump nrkno/github-workflow-semantic-release Bumps [nrkno/github-workflow-semantic-release](https://github.com/nrkno/github-workflow-semantic-release) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nrkno/github-workflow-semantic-release/releases) - [Changelog](https://github.com/nrkno/github-workflow-semantic-release/blob/main/.releaserc.json) - [Commits](https://github.com/nrkno/github-workflow-semantic-release/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nrkno/github-workflow-semantic-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-linter.yaml b/.github/workflows/commit-linter.yaml index 47d00909..4ce7dda8 100644 --- a/.github/workflows/commit-linter.yaml +++ b/.github/workflows/commit-linter.yaml @@ -4,7 +4,7 @@ on: [push, pull_request] name: Commit lint and release jobs: lint_release: - uses: nrkno/github-workflow-semantic-release/.github/workflows/workflow.yaml@v3.0.0 + uses: nrkno/github-workflow-semantic-release/.github/workflows/workflow.yaml@v3.0.1 with: release-enabled: false runs-on: ubuntu-latest