From 0a20874c2a6874a3ea2ede3bfba93a14b86e1683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:44:07 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5.0.0 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.2. - [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.0.0...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/validate.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67960f6..2930ef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.2 - name: Use Node.js 208.x uses: actions/setup-node@v5.0.0 with: @@ -37,7 +37,7 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v5.0.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a10a2c..8c61f18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8db8b87..8a5dbb2 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -11,7 +11,7 @@ jobs: name: HACS validation runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v5.0.0" + - uses: "actions/checkout@v6.0.2" - name: HACS validation uses: "hacs/action@main" with: