From 740034358bbdaaa8c8efa0219c5b5f176ba40374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:22:38 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `apache/skywalking-eyes` from 97538682f556b56cc7422ece660d8d7e6c4fb013 to cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 - [Release notes](https://github.com/apache/skywalking-eyes/releases) - [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md) - [Commits](https://github.com/apache/skywalking-eyes/compare/97538682f556b56cc7422ece660d8d7e6c4fb013...cd7b195c51fd3d6ad52afceb760719ddc6b3ee91) Updates `tj-actions/changed-files` from 44.0.0 to 44.3.0 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44.0.0...v44.3.0) --- updated-dependencies: - dependency-name: apache/skywalking-eyes dependency-type: direct:production dependency-group: actions - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/license-header.yml | 2 +- .github/workflows/reject-staging-changes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 121224d936ea..966250cee03b 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@97538682f556b56cc7422ece660d8d7e6c4fb013 + uses: apache/skywalking-eyes/header@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 with: mode: fix diff --git a/.github/workflows/reject-staging-changes.yml b/.github/workflows/reject-staging-changes.yml index 4b4fc75f6bfa..992de455f7bf 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@v44.0.0 + uses: tj-actions/changed-files@v44.3.0 with: # only checks for modified files in this directory files: jupyterlab/staging