From 53f1319334fa6dc0835b0b4e1ac814aee9d2f9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:15:58 +0000 Subject: [PATCH] chore(deps-gha): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-typescript-projects.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-typescript-projects.yml b/.github/workflows/check-typescript-projects.yml index b803536..cdc3ac1 100644 --- a/.github/workflows/check-typescript-projects.yml +++ b/.github/workflows/check-typescript-projects.yml @@ -26,7 +26,7 @@ jobs: build_maxgraph_dev_package: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: 'maxGraph/maxGraph' - name: Setup node @@ -70,7 +70,7 @@ jobs: with: name: maxgraph-npm-package path: ${{github.workspace}}/../maxgraph-npm-package - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup node uses: actions/setup-node@v6 with: