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