From 2713e98258b393f5d3206fdeb1beab0d9ca9a9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:37:29 +0000 Subject: [PATCH] Bump the actions group with 3 updates Bumps the actions group with 3 updates: [iterative/setup-cml](https://github.com/iterative/setup-cml), [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `iterative/setup-cml` from 2 to 3 - [Release notes](https://github.com/iterative/setup-cml/releases) - [Commits](https://github.com/iterative/setup-cml/compare/v2...v3) Updates `apache/skywalking-eyes` from ed436a5593c63a25f394ea29da61b0ac3731a9fe 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/ed436a5593c63a25f394ea29da61b0ac3731a9fe...cd7b195c51fd3d6ad52afceb760719ddc6b3ee91) Updates `tj-actions/changed-files` from 42.0.2 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/v42.0.2...v44.3.0) --- updated-dependencies: - dependency-name: iterative/setup-cml dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - 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-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/license-header.yml | 2 +- .github/workflows/reject-staging-changes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 916819bbeac7..11a8b0a43dbc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -55,7 +55,7 @@ jobs: - name: Base Setup uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - - uses: iterative/setup-cml@v2 + - uses: iterative/setup-cml@v3 # First run the benchmark on the old reference - name: Checkout old reference diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 84fb34ecd04d..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@ed436a5593c63a25f394ea29da61b0ac3731a9fe + 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 bbff94ccc2d9..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@v42.0.2 + uses: tj-actions/changed-files@v44.3.0 with: # only checks for modified files in this directory files: jupyterlab/staging