From a32a240de00db3c7e344ba676a00aab14da7e2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:07:58 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 6 in the actions-deps group Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/eslint.yml | 2 +- .github/workflows/watcher.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a792f13..411d411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ matrix: node-version: [20.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 7c2e6f5..8e84c56 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -28,7 +28,7 @@ jobs: actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install ESLint Dependencies run: | diff --git a/.github/workflows/watcher.yml b/.github/workflows/watcher.yml index d00c52d..32dbf5e 100644 --- a/.github/workflows/watcher.yml +++ b/.github/workflows/watcher.yml @@ -27,7 +27,7 @@ jobs: GHWATCHER_ENABLE_DEPENDABOT: true GHWATCHER_BASEURL: https://api.github.com steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js 24.x uses: actions/setup-node@v6 with: