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 }}