Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v45
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent 748e720 commit d886934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- if: env.SKIP_INTEGRITY_CHECK != 1
name: Get updated dependencies or lockfile
id: changed-files-specific
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
.yarn/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- if: env.SKIP_CHROMATIC != 1
name: Get changed files from Fractal components library
id: changed-files-specific
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: |
packages/fractal/**
Expand Down

0 comments on commit d886934

Please sign in to comment.