From ae9f20cfa0521c8dea0327b42193cbf3569844b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:17:16 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [iterative/setup-cml](https://github.com/iterative/setup-cml) 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 `tj-actions/changed-files` from 42.0.2 to 42.0.5 - [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...v42.0.5) --- updated-dependencies: - dependency-name: iterative/setup-cml dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/reject-staging-changes.yml | 2 +- 2 files changed, 2 insertions(+), 2 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/reject-staging-changes.yml b/.github/workflows/reject-staging-changes.yml index bbff94ccc2d9..617044fb359d 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@v42.0.5 with: # only checks for modified files in this directory files: jupyterlab/staging