From 652d0ae770f890b6f1e15f5228f7405839b8edfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:46:42 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 32 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v32...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cypress.yml | 2 +- .github/workflows/php-compatibility.yml | 2 +- .github/workflows/phpunit.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 35220d00..7cf56ed0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -22,7 +22,7 @@ jobs: - name: Get updated JS files id: changed-files - uses: tj-actions/changed-files@v32 + uses: tj-actions/changed-files@v41 with: files: | **/*.php diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index 79cb31ee..1a718aac 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -33,7 +33,7 @@ jobs: - name: Get updated PHP files id: changed-files - uses: tj-actions/changed-files@v32 + uses: tj-actions/changed-files@v41 with: files: | **/*.php diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 9336f6c9..4d963a32 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -22,7 +22,7 @@ jobs: - name: Get updated PHP files id: changed-files - uses: tj-actions/changed-files@v32 + uses: tj-actions/changed-files@v41 with: files: | **/*.php