diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index e1ba370bd..6756cd0bd 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@a4013b7dfd8453ee94ec5d4eb8cb51d74654f770 # v7.0.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index aab0a3925..ccdc2365e 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@a4013b7dfd8453ee94ec5d4eb8cb51d74654f770 # v7.0.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} diff --git a/.github/workflows/enteprise.yml b/.github/workflows/enteprise.yml index 8887b70f8..7bfcbb6f7 100644 --- a/.github/workflows/enteprise.yml +++ b/.github/workflows/enteprise.yml @@ -76,7 +76,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@a4013b7dfd8453ee94ec5d4eb8cb51d74654f770 # v7.0.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..5c4e897dd 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@a4013b7dfd8453ee94ec5d4eb8cb51d74654f770 # v7.0.0 with: group-id: org.libreoffice artifact-id: libreoffice-dist diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index ae438a5bf..f7512ecdb 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@a4013b7dfd8453ee94ec5d4eb8cb51d74654f770 # v7.0.0 with: python-version: ${{ steps.setup-python.outputs.python-version }}