diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 1d4ebbac8918..b19e8570a7a5 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -44,7 +44,7 @@ jobs: - name: Get modified files id: changed-files - uses: tj-actions/changed-files@v33.0.0 + uses: tj-actions/changed-files@v34.0.2 with: base_sha: 'HEAD~1' sha: 'HEAD' diff --git a/.github/workflows/reject-staging-changes.yml b/.github/workflows/reject-staging-changes.yml index 6834d327bf4d..35d571a883b6 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@v33.0.0 + uses: tj-actions/changed-files@v34.0.2 with: # only checks for modified files in this directory files: jupyterlab/staging