Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 34 to 41 in /.github/…
Browse files Browse the repository at this point in the history
…workflows (#30188)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 6062ee7 commit 2a42b52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 18.x
cache: 'yarn'

- uses: tj-actions/changed-files@v34
- uses: tj-actions/changed-files@v41
id: changed-files-specific
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docsite-publish-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Checkout [master]

- name: Verify react-compoenents has changed
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
id: verify-react-components-changed
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docsite-publish-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Checkout [master]

- name: Verify react-compoenents has changed
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
id: verify-react-components-changed
with:
files: |
Expand Down

0 comments on commit 2a42b52

Please sign in to comment.