From efc859686a0116d4d637264457d203faa7664300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:32:05 +0000 Subject: [PATCH] Bump the github group with 2 updates Bumps the github group with 2 updates: [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `kentaro-m/auto-assign-action` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v2.0.1...v2.0.2) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: kentaro-m/auto-assign-action dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/auto_assign_ci.yaml | 2 +- .github/workflows/sdk_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_assign_ci.yaml b/.github/workflows/auto_assign_ci.yaml index 898078a..0e6c515 100644 --- a/.github/workflows/auto_assign_ci.yaml +++ b/.github/workflows/auto_assign_ci.yaml @@ -16,6 +16,6 @@ jobs: name: Auto assign (me only) runs-on: ubuntu-latest steps: - - uses: kentaro-m/auto-assign-action@v2.0.1 + - uses: kentaro-m/auto-assign-action@v2.0.2 with: configuration-path: ".github/auto_assign.yml" diff --git a/.github/workflows/sdk_ci.yml b/.github/workflows/sdk_ci.yml index 9b6745f..8bc4aa2 100644 --- a/.github/workflows/sdk_ci.yml +++ b/.github/workflows/sdk_ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: "20" cache: "npm"