diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index a9b87114a699..e8e331e528cd 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,6 +11,6 @@ jobs: name: Update PR Labels runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 694dac6e132b..84fb34ecd04d 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -27,7 +27,7 @@ jobs: - name: Fix License Header # pin to include https://github.com/apache/skywalking-eyes/pull/168 - uses: apache/skywalking-eyes/header@e19b828cea6a6027cceae78f05d81317347d21be + uses: apache/skywalking-eyes/header@ed436a5593c63a25f394ea29da61b0ac3731a9fe with: mode: fix diff --git a/.github/workflows/reject-staging-changes.yml b/.github/workflows/reject-staging-changes.yml index ed188d2f8804..1f99118f410e 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@v41.0.1 + uses: tj-actions/changed-files@v41.1.1 with: # only checks for modified files in this directory files: jupyterlab/staging