From a18b7cc69d88ebbb2e02be6169722ad8f44da16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:04:09 +0000 Subject: [PATCH] build(deps): 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/commit_lint.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/documentation_lint.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/packages_lint.yml | 2 +- .github/workflows/publishing.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index 4a9eab7..e373f9f 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -11,7 +11,7 @@ jobs: matrix: node-version: [22.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Git commits diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c12d87f..1e5fdb2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: # Coverage node version node-version: [22.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/configure-pages@v5 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 diff --git a/.github/workflows/documentation_lint.yml b/.github/workflows/documentation_lint.yml index 4b97359..ce232e0 100644 --- a/.github/workflows/documentation_lint.yml +++ b/.github/workflows/documentation_lint.yml @@ -11,7 +11,7 @@ jobs: matrix: node-version: [22.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a72ece8..2eada22 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: matrix: node-version: [20.x, 22.x, 24.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/.github/workflows/packages_lint.yml b/.github/workflows/packages_lint.yml index 8f54a74..ee50471 100644 --- a/.github/workflows/packages_lint.yml +++ b/.github/workflows/packages_lint.yml @@ -11,7 +11,7 @@ jobs: matrix: node-version: [22.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 78bdcf1..f3903ac 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -14,7 +14,7 @@ jobs: matrix: node: [22.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: