diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 8442c4576..08f706656 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -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/** diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index b4aeca17c..9feb67e1f 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -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/**