diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 449a87e03..fc0352d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: key: ${{ runner.os }}-dependency-caching-${{ hashFiles('package.json', '*/package.json') }} - run: npm install - id: files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v46 with: json: true write_output_files: true diff --git a/.github/workflows/dev-releases-for-pr.yml b/.github/workflows/dev-releases-for-pr.yml index 12c52e150..ee8b45c52 100644 --- a/.github/workflows/dev-releases-for-pr.yml +++ b/.github/workflows/dev-releases-for-pr.yml @@ -37,7 +37,7 @@ jobs: key: ${{ runner.os }}-dependency-caching-${{ hashFiles('package.json', '*/package.json') }} - run: npm install - id: files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v46 with: json: true write_output_files: true