From 827037976bc4add7aae012d3f682bf15fb947847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:20:54 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [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 3ea9df11bb3a5a85665377d1fd10c02edecf2c40 - [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...3ea9df11bb3a5a85665377d1fd10c02edecf2c40) Updates `tj-actions/changed-files` from 42.0.2 to 44.5.2 - [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.5.2) --- 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..b61ad55bc498 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@3ea9df11bb3a5a85665377d1fd10c02edecf2c40 with: mode: fix diff --git a/.github/workflows/reject-staging-changes.yml b/.github/workflows/reject-staging-changes.yml index bbff94ccc2d9..2a368708188c 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.5.2 with: # only checks for modified files in this directory files: jupyterlab/staging