diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index 6c95b7c33..c152eecc2 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -46,7 +46,7 @@ jobs: cache: pipenv - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.0.2 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.3.3 with: python-version: ${{ steps.setup-python.outputs.python-version }} diff --git a/.github/workflows/enteprise.yml b/.github/workflows/enteprise.yml index 7abf867b2..c48a332ff 100644 --- a/.github/workflows/enteprise.yml +++ b/.github/workflows/enteprise.yml @@ -45,7 +45,7 @@ jobs: cache: pipenv - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.0.2 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.3.3 with: python-version: ${{ steps.setup-python.outputs.python-version }} @@ -100,7 +100,7 @@ jobs: cache: pipenv - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.0.2 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.3.3 with: python-version: ${{ steps.setup-python.outputs.python-version }} @@ -178,7 +178,7 @@ jobs: cache: pipenv - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.0.2 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.3.3 with: python-version: ${{ steps.setup-python.outputs.python-version }} @@ -188,7 +188,7 @@ jobs: cache-name: enterprise - name: Set BRANCH_NAME - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v3.0.2 + uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v3.3.3 with: sanitize: true max-length: 20 diff --git a/.github/workflows/mirror-libreoffice.yml b/.github/workflows/mirror-libreoffice.yml index 4f4d070dc..393c2498c 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@v3.0.2 + uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v3.3.3 with: group-id: org.libreoffice artifact-id: libreoffice-dist diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index a3b51aef7..6a60f4555 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -22,7 +22,7 @@ jobs: cache: pipenv - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.0.2 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@v3.3.3 with: python-version: ${{ steps.setup-python.outputs.python-version }}