Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v40
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 62e7d07 commit 78a663e
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 @@ -32,23 +32,23 @@ jobs:
fetch-depth: 2

- name: Check if component (`src` directory) files have changed
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
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@v39
uses: tj-actions/changed-files@v40
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@v39
uses: tj-actions/changed-files@v40
id: components-or-docs-or-cypress-files-changed
# Return 'true' for any directories listed here that changed
with:
Expand All @@ -58,7 +58,7 @@ jobs:
cypress/**
- name: Check if package.json or yarn.lock files changed
uses: tj-actions/changed-files@v39
uses: tj-actions/changed-files@v40
id: package-json-yarn-lock-files-changed
# Return 'true' for any directories listed here that changed
with:
Expand Down

0 comments on commit 78a663e

Please sign in to comment.