Skip to content

Commit 4680e1a

Browse files
Bump the actions group across 1 directory with 2 updates (#7558)
Bumps the actions group with 2 updates in the / directory: [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) and [actions/setup-node](https://github.com/actions/setup-node). Updates `toshimaru/auto-author-assign` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/toshimaru/auto-author-assign/releases) - [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md) - [Commits](toshimaru/auto-author-assign@v2.1.0...v2.1.1) Updates `actions/setup-node` from 2 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2...v4) --- updated-dependencies: - dependency-name: toshimaru/auto-author-assign dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bd4bae commit 4680e1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto_author_assign.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
permissions:
1515
pull-requests: write
1616
steps:
17-
- uses: toshimaru/[email protected].0
17+
- uses: toshimaru/[email protected].1

.github/workflows/upgrade-jupyterlab-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: '3.11'
4646

4747
- name: Install Node
48-
uses: actions/setup-node@v2
48+
uses: actions/setup-node@v4
4949
with:
5050
node-version: '20.x'
5151

0 commit comments

Comments
 (0)