From e664a4af77b9a675d888305b7b02f5a6970444ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:58:39 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 5 updates Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `7.0.1` | | [crowdin/github-action](https://github.com/crowdin/github-action) | `2.17.0` | `3.0.0` | | [actions/labeler](https://github.com/actions/labeler) | `6.2.0` | `7.0.0` | | [actions/cache](https://github.com/actions/cache) | `4.2.2` | `6.1.0` | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.32.0` | `2.37.2` | Updates `actions/checkout` from 4.2.2 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `crowdin/github-action` from 2.17.0 to 3.0.0 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/c7af9bc98b01694653031fef2a0dc6c7888ce9bc...e4a6c1338b4063c77d46a81875265f9e8bd76f95) Updates `actions/labeler` from 6.2.0 to 7.0.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/b8dd2d9be0f68b860e7dae5dae7d772984eacd6d...bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13) Updates `actions/cache` from 4.2.2 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.2...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) Updates `shivammathur/setup-php` from 2.32.0 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.32.0...f3e473d116dcccaddc5834248c87452386958240) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/labeler dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: crowdin/github-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin_wf.yml | 2 +- .github/workflows/crowdin_wf_next.yml | 2 +- .github/workflows/labeler_action.yml | 2 +- .github/workflows/phpunit.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/crowdin_wf.yml b/.github/workflows/crowdin_wf.yml index 495c75a343..63ea116242 100644 --- a/.github/workflows/crowdin_wf.yml +++ b/.github/workflows/crowdin_wf.yml @@ -36,7 +36,7 @@ jobs: # This prevents all the forks from attempting to run the interface... if: env.CROWDIN_API_TOKEN != null # You need to pin to a specific version for some reason... - uses: crowdin/github-action@c7af9bc98b01694653031fef2a0dc6c7888ce9bc #2.17.0 + uses: crowdin/github-action@e4a6c1338b4063c77d46a81875265f9e8bd76f95 #3.0.0 with: # Push sources (the english files) to CrowdIn; do not push translations (non-english) in either direction upload_sources: true diff --git a/.github/workflows/crowdin_wf_next.yml b/.github/workflows/crowdin_wf_next.yml index ed9cc4ed8f..be71c668c1 100644 --- a/.github/workflows/crowdin_wf_next.yml +++ b/.github/workflows/crowdin_wf_next.yml @@ -39,7 +39,7 @@ jobs: - name: crowdin-action # This prevents all the forks from attempting to run the interface... if: env.CROWDIN_API_TOKEN != null - uses: crowdin/github-action@c7af9bc98b01694653031fef2a0dc6c7888ce9bc #2.17.0 + uses: crowdin/github-action@e4a6c1338b4063c77d46a81875265f9e8bd76f95 #3.0.0 with: # Push sources (the english files) to CrowdIn; do not push translations (non-english) in either direction upload_sources: true diff --git a/.github/workflows/labeler_action.yml b/.github/workflows/labeler_action.yml index 7fff8f3e6f..aea00f1ec7 100644 --- a/.github/workflows/labeler_action.yml +++ b/.github/workflows/labeler_action.yml @@ -13,4 +13,4 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #7.0.1 - name: Add labels - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d #v6 + uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 #v7.0.0 diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 82581e5a9b..685c811c46 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -17,10 +17,10 @@ jobs: php: [ 8.4, 8.5 ] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #7.0.1 - name: Setup PHP ${{ matrix.php }} - uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 #2.32.0 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 #2.37.2 with: php-version: ${{ matrix.php }} extensions: fileinfo, mbstring @@ -28,7 +28,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf #4.2.2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #6.1.0 with: path: vendor key: ${{ runner.os }}-php${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}