From 8738ee109d59549cd00abb033e4e946c1a003012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:07:15 +0000 Subject: [PATCH] build(deps): bump JulienKode/pull-request-name-linter-action Bumps [JulienKode/pull-request-name-linter-action](https://github.com/julienkode/pull-request-name-linter-action) from 19.0.0 to 20.1.0. - [Release notes](https://github.com/julienkode/pull-request-name-linter-action/releases) - [Commits](https://github.com/julienkode/pull-request-name-linter-action/compare/7770f2e08bd3761842f0c889601c5237dec6080c...4fb4c2773193ad7ae5fe105c98ab30778abb1536) --- updated-dependencies: - dependency-name: JulienKode/pull-request-name-linter-action dependency-version: 20.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index ca92584cf..583f5a0f9 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -26,6 +26,6 @@ jobs: configFile: .github/commitlint.config.cjs - name: Install Dependencies run: npm install @commitlint/config-conventional@18.5 - - uses: JulienKode/pull-request-name-linter-action@7770f2e08bd3761842f0c889601c5237dec6080c # v19.0.0 + - uses: JulienKode/pull-request-name-linter-action@4fb4c2773193ad7ae5fe105c98ab30778abb1536 # v20.1.0 with: configuration-path: ./.github/commitlint.config.cjs