diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index bf8a81e..9097dc1 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -31,7 +31,7 @@ jobs: - name: Get modified files in the staging directory id: changed-files - uses: tj-actions/changed-files@v29.0.2 + uses: tj-actions/changed-files@v35.6.1 - name: Apply Changes if: steps.changed-files.outputs.any_changed == 'true' diff --git a/.github/workflows/reject-staging-changes.yml b/.github/workflows/reject-staging-changes.yml index 5c5fdd0..5df3fac 100644 --- a/.github/workflows/reject-staging-changes.yml +++ b/.github/workflows/reject-staging-changes.yml @@ -16,7 +16,7 @@ jobs: - name: Get modified files in the staging directory id: modified-files-in-staging - uses: tj-actions/changed-files@v29.0.2 + uses: tj-actions/changed-files@v35.6.1 with: # only checks for modified files in this directory files: jupyterlab/staging