From d085f3569671660c7dd2112e9c48018cdf38bb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:45:45 +0000 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 5.21.0 to 5.33.0 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.21.0 to 5.33.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/ba4451e4bd397a963027ba0f7ca4752a27b68689...d3953ad171fd95340c9ecad9d1054561bc938cfd) --- 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..525950f 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@d3953ad171fd95340c9ecad9d1054561bc938cfd # v5.33.0 with: auto-commit: "true"