From 25c4bc7ebf9b6cbd1d38a9529040a1246e85519f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:09:36 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index a56c36acc..010ee7b94 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -30,7 +30,7 @@ jobs: exit $r - name: Post comment if validation failed if: always() && steps.conventional-commits.outcome == 'failure' - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: TEXT: |- The pull request does not conform to the conventional commit specification. Please ensure that your commit messages follow the spec: .