From 776b231ee80ae0d9c0dfbf311a1b1c31ca9e10f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:30:06 +0100 Subject: [PATCH] feat(deps): bump nrkno/github-workflow-semantic-release from 3.0.1 to 3.1.1 (#186) 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.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.1...v3.1.1) --- updated-dependencies: - dependency-name: nrkno/github-workflow-semantic-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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..edbdc6a 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.1 with: runs-on: ubuntu-latest