Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v44 (#2170)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 18, 2024
1 parent 1dfd9d5 commit bfdf026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/get-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ jobs:
fetch-depth: 2

- name: Check if component (`src` directory) files have changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
id: component-files-changed
# Return 'true' for any directories listed here that changed
with:
files: |
src/**
- name: Check if docs (`docs` directory) files have changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
id: docs-files-changed
# Return 'true' for any directories listed here that changed
with:
files: |
docs/**
- name: Check if files changed in `src/`, `docs/`, or `cypress/` directories
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
id: components-or-docs-or-cypress-files-changed
# Return 'true' for any directories listed here that changed
with:
Expand All @@ -59,7 +59,7 @@ jobs:
cypress/**
- name: Check if package.json or pnpm.lock files changed
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
id: package-json-pnpm-lock-files-changed
# Return 'true' for any directories listed here that changed
with:
Expand Down

0 comments on commit bfdf026

Please sign in to comment.