From 36b196def0ecc3d2b4e527d6c0218bf6d5dbe077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:50:39 +0000 Subject: [PATCH] feat(deps): bump nrkno/github-workflow-semantic-release Bumps [nrkno/github-workflow-semantic-release](https://github.com/nrkno/github-workflow-semantic-release) from 3.0.1 to 3.1.0. - [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.1...v3.1.0) --- updated-dependencies: - dependency-name: nrkno/github-workflow-semantic-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-release.yaml b/.github/workflows/lint-release.yaml index 8e15195..06cd899 100644 --- a/.github/workflows/lint-release.yaml +++ b/.github/workflows/lint-release.yaml @@ -4,6 +4,6 @@ on: [push, pull_request] name: Commit lint and release jobs: lint_release: - uses: nrkno/github-workflow-semantic-release/.github/workflows/workflow.yaml@v3.0.1 + uses: nrkno/github-workflow-semantic-release/.github/workflows/workflow.yaml@v3.1.0 with: runs-on: ubuntu-latest