diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0564cf9..80a4c0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 # - 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 41be32b..552e365 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@v45 + uses: tj-actions/changed-files@v47 with: files: | **/*.js diff --git a/.github/workflows/stylelint.yml b/.github/workflows/stylelint.yml index a5d5d7b..977f2b7 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@v45 + uses: tj-actions/changed-files@v47 with: files: | **/*.scss