From c21da594c8eff696dfaeaa6ddf401aa385dd110f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:23:10 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/audit-codeql.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/audit-codeql.yml b/.github/workflows/audit-codeql.yml index 77fb2e3..e4c8fb1 100644 --- a/.github/workflows/audit-codeql.yml +++ b/.github/workflows/audit-codeql.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Initialize CodeQL uses: github/codeql-action/init@v4.35.3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4bd136..fc972ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Install Just uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # 2.82.6 @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Setup Biome uses: biomejs/setup-biome@v2 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 439579e..981b818 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0