From 7c9c32d5ed58bbf250c049a9ff1d9d43af70567e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:15:52 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77820fc..da0525b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" + - uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" with: submodules: true - uses: "pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5dd5047..e036d55 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: permissions: contents: "write" steps: - - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" + - uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" with: submodules: true - uses: "pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093"