Skip to content

Commit

Permalink
Bump Alfresco/alfresco-build-tools from 6.0.1 to 7.1.0 (#964) [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 2a14ae5 commit 91153bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enteprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-libreoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 91153bd

Please sign in to comment.