From 0fc4a70306350382ec8bcee2cfa64f36434dac48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:42:33 +0000 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 5.21.0 to 5.22.6 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.21.0 to 5.22.6. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/ba4451e4bd397a963027ba0f7ca4752a27b68689...dd85d0f8fe20b558ad11af61a7105fbeffb7b47f) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 75a33b3..4b798b3 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,6 +9,6 @@ jobs: permissions: contents: write steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@ba4451e4bd397a963027ba0f7ca4752a27b68689 # v5.21.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@dd85d0f8fe20b558ad11af61a7105fbeffb7b47f # v5.22.6 with: auto-commit: "true"