From 0a813ab31a1e2d83cb9533970a6a0f965a43aee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:40:22 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/playwright.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1852845..39cd245 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c78589..eeb47c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: environment: production steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60d59c5..34dab6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable