From dbb4e9be595ba357fe4487a9135c42ccaa47b658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:37:27 +0000 Subject: [PATCH] :arrow_up:(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/lint.yml | 2 +- .github/workflows/prettier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec7aa09..b095cf2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: steps: # Step 1: Checkout the code - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Set up Node.js and pnpm - name: Set up Node.js diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index ea1903a..43617c3 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -16,7 +16,7 @@ jobs: steps: # Step 1: Checkout the code - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Set up Node.js and pnpm - name: Set up Node.js