Build(deps): Bump the github-actions group with 2 updates (#4322)

Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools).


Updates `crowdin/github-action` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](2d540f18b0...8dfaf9c206)

Updates `Alfresco/alfresco-build-tools` from 8.4.0 to 8.8.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.4.0...v8.8.0)

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-07 11:43:19 +01:00
committed by GitHub
parent e117f04f46
commit 1466c879d3
4 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Pull translations from Crowdin - name: Pull translations from Crowdin
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0 uses: crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0
with: with:
upload_sources: false upload_sources: false
download_translations: true download_translations: true

View File

@@ -198,7 +198,7 @@ jobs:
fetch-depth: 2 fetch-depth: 2
- name: Extract commit message - 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 - name: Check ADF link
shell: bash shell: bash

View File

@@ -75,7 +75,7 @@ jobs:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
cache: 'npm' 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 - name: publish
uses: ./.github/actions/publish-libs uses: ./.github/actions/publish-libs

View File

@@ -92,7 +92,7 @@ jobs:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
cache: 'npm' cache: 'npm'
- uses: ./.github/actions/setup - 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: with:
username: ${{ vars.BOT_GITHUB_USERNAME }} username: ${{ vars.BOT_GITHUB_USERNAME }}
email: ${{ vars.BOT_GITHUB_EMAIL }} email: ${{ vars.BOT_GITHUB_EMAIL }}
@@ -145,7 +145,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Push Source Files to Crowdin - name: Push Source Files to Crowdin
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # v2.3.0 uses: crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0
with: with:
upload_sources: true upload_sources: true
upload_sources_args: --delete-obsolete upload_sources_args: --delete-obsolete