From 6f213ea6101f60de746822a1251145ff69cc6a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 23:56:46 +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 0.5.0 to 19.0.0. - [Release notes](https://github.com/julienkode/pull-request-name-linter-action/releases) - [Commits](https://github.com/julienkode/pull-request-name-linter-action/compare/8c05fb989d9f156ce61e33754f9802c9d3cffa58...7770f2e08bd3761842f0c889601c5237dec6080c) --- updated-dependencies: - dependency-name: JulienKode/pull-request-name-linter-action dependency-version: 19.0.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 1d55d16d..2f1e90fd 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -23,6 +23,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@8c05fb989d9f156ce61e33754f9802c9d3cffa58 # v0.5.0 + - uses: JulienKode/pull-request-name-linter-action@7770f2e08bd3761842f0c889601c5237dec6080c # v19.0.0 with: configuration-path: ./.github/commitlint.config.cjs