diff --git a/.github/workflows/solutions.yml b/.github/workflows/solutions.yml index 098ee0a..1d7fd4d 100644 --- a/.github/workflows/solutions.yml +++ b/.github/workflows/solutions.yml @@ -18,7 +18,7 @@ jobs: - run: npm ci - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v22 + uses: tj-actions/changed-files@v41 with: files: projects - name: Copy solution files into index files diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbd5eca..57baf5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - run: npm ci - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v22 + uses: tj-actions/changed-files@v41 with: files: projects - name: Copy solution files into index files diff --git a/.github/workflows/tsc.yml b/.github/workflows/tsc.yml index ed48f3e..0a61aee 100644 --- a/.github/workflows/tsc.yml +++ b/.github/workflows/tsc.yml @@ -18,7 +18,7 @@ jobs: - run: npm ci - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v22 + uses: tj-actions/changed-files@v41 with: files: projects - name: Copy solution files into index files