From d50fd8abd28f3b75ccfa4f1c73977e2993823cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 07:21:28 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 40 to 45 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 45. - [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/v40...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/eslint.yml | 2 +- .github/workflows/php-coding-standards.yml | 2 +- .github/workflows/php-static-analysis.yml | 2 +- .github/workflows/stylelint.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 977661f..9b09e8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v45 # - name: Run PHPCS # if: steps.changed-files.outputs.all_changed_files != '' && steps.check_composer.outputs.files_exists == 'true' diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 1c1b81b..c90575e 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v42 + uses: tj-actions/changed-files@v45 with: files: | **/*.js diff --git a/.github/workflows/php-coding-standards.yml b/.github/workflows/php-coding-standards.yml index be6039e..3664cde 100644 --- a/.github/workflows/php-coding-standards.yml +++ b/.github/workflows/php-coding-standards.yml @@ -49,7 +49,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v45 - name: Run PHP_CS if: steps.changed-files.outputs.all_changed_files != '' diff --git a/.github/workflows/php-static-analysis.yml b/.github/workflows/php-static-analysis.yml index 94b147c..7ac58c7 100644 --- a/.github/workflows/php-static-analysis.yml +++ b/.github/workflows/php-static-analysis.yml @@ -44,7 +44,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v45 - name: Run PHPStan if: steps.changed-files.outputs.all_changed_files != '' diff --git a/.github/workflows/stylelint.yml b/.github/workflows/stylelint.yml index 85c34b0..00a5c9f 100644 --- a/.github/workflows/stylelint.yml +++ b/.github/workflows/stylelint.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v42 + uses: tj-actions/changed-files@v45 with: files: | **/*.scss