From 91153bd450a0b081c5d3d2afbe28565077fff99c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:59:37 +0200 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 6.0.1 to 7.1.0 (#964) [skip ci] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/community.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/enteprise.yml | 2 +- .github/workflows/mirror-libreoffice.yml | 2 +- .github/workflows/precommit.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index e1ba370bd..d651d68ed 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -56,7 +56,7 @@ jobs: id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@9d00215f539f669b41c7fabf7b88ccc8f316926c # v6.0.1 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index aab0a3925..09790c12f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,7 +64,7 @@ jobs: id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@9d00215f539f669b41c7fabf7b88ccc8f316926c # v6.0.1 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} diff --git a/.github/workflows/enteprise.yml b/.github/workflows/enteprise.yml index 6e65ad289..a74b7faaa 100644 --- a/.github/workflows/enteprise.yml +++ b/.github/workflows/enteprise.yml @@ -77,7 +77,7 @@ jobs: id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@9d00215f539f669b41c7fabf7b88ccc8f316926c # v6.0.1 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} diff --git a/.github/workflows/mirror-libreoffice.yml b/.github/workflows/mirror-libreoffice.yml index dd352effa..ef478e45c 100644 --- a/.github/workflows/mirror-libreoffice.yml +++ b/.github/workflows/mirror-libreoffice.yml @@ -38,7 +38,7 @@ jobs: run: gpg --verify ${FILENAME}.asc - name: Deploy to nexus - uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@9d00215f539f669b41c7fabf7b88ccc8f316926c # v6.0.1 + uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 with: group-id: org.libreoffice artifact-id: libreoffice-dist diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index ae438a5bf..88b33fcea 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -20,7 +20,7 @@ jobs: id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@9d00215f539f669b41c7fabf7b88ccc8f316926c # v6.0.1 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 with: python-version: ${{ steps.setup-python.outputs.python-version }}