diff --git a/.github/workflows/pull-from-crowdin.yml b/.github/workflows/pull-from-crowdin.yml index 84d1043f6c..b93e2bac6d 100644 --- a/.github/workflows/pull-from-crowdin.yml +++ b/.github/workflows/pull-from-crowdin.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Pull translations from Crowdin - uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0 + uses: crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0 with: upload_sources: false download_translations: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 42c8af4404..6cdbd0c7f0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -198,7 +198,7 @@ jobs: fetch-depth: 2 - name: Extract commit message - uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.4.0 + uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.8.0 - name: Check ADF link shell: bash diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index add3dc9580..29aeacb9d5 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -75,7 +75,7 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.4.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.8.0 - name: publish uses: ./.github/actions/publish-libs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 090f9bd1aa..4855662966 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: node-version-file: '.nvmrc' cache: 'npm' - uses: ./.github/actions/setup - - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.4.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.8.0 with: username: ${{ vars.BOT_GITHUB_USERNAME }} email: ${{ vars.BOT_GITHUB_EMAIL }} @@ -145,7 +145,7 @@ jobs: uses: actions/checkout@v4 - name: Push Source Files to Crowdin - uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0 + uses: crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0 with: upload_sources: true upload_sources_args: --delete-obsolete