Skip to content

Commit

Permalink
Bump the actions group with 3 updates
Browse files Browse the repository at this point in the history
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](iterative/setup-cml@v2...v3)

Updates `apache/skywalking-eyes` from ed436a5593c63a25f394ea29da61b0ac3731a9fe to 97538682f556b56cc7422ece660d8d7e6c4fb013
- [Release notes](https://github.com/apache/skywalking-eyes/releases)
- [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md)
- [Commits](apache/skywalking-eyes@ed436a5...9753868)

Updates `tj-actions/changed-files` from 42.0.2 to 44.0.0
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v42.0.2...v44.0.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 49f6ec2 commit 637ba59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@97538682f556b56cc7422ece660d8d7e6c4fb013
with:
mode: fix

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reject-staging-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
with:
# only checks for modified files in this directory
files: jupyterlab/staging
Expand Down

0 comments on commit 637ba59

Please sign in to comment.