From f8ca3c510e10e0a5636abf213961d45e8daed91e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:59:36 +0000 Subject: [PATCH] chore: update actions/checkout action to v6 --- .github/workflows/cypress.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6226ca9..26c417e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -20,7 +20,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install pnpm 7.x uses: pnpm/action-setup@v2.4.1 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4526f2f..62260e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install Node.js 16.x uses: actions/setup-node@v3 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fcca05c..5a842a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install Node.js 16.x uses: actions/setup-node@v3