Skip to content

Commit

Permalink
Build(deps): Bump the github-actions group with 2 updates (#4369)
Browse files Browse the repository at this point in the history
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.5.0 to 2.5.2
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](crowdin/github-action@8dfaf9c...b811e49)

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

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 1cff5dd commit b3b5096
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-from-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Pull translations from Crowdin
uses: crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0
uses: crowdin/github-action@b811e495831e49ff516e7c801f7c5546879b9ee7 # v2.5.2
with:
upload_sources: false
download_translations: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
fetch-depth: 2

- name: Extract commit message
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.8.0
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.12.1

- name: Check ADF link
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'

- uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.8.0
- uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v8.12.1

- name: publish
uses: ./.github/actions/publish-libs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.12.1
with:
username: ${{ vars.BOT_GITHUB_USERNAME }}
email: ${{ vars.BOT_GITHUB_EMAIL }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/checkout@v4

- name: Push Source Files to Crowdin
uses: crowdin/github-action@8dfaf9c206381653e3767e3cb5ea5f08b45f02bf # v2.5.0
uses: crowdin/github-action@b811e495831e49ff516e7c801f7c5546879b9ee7 # v2.5.2
with:
upload_sources: true
upload_sources_args: --delete-obsolete
Expand Down

0 comments on commit b3b5096

Please sign in to comment.