From 6c2a13df53c41dd81b4c43edae15d5cc7bf24000 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:41:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/deploy.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e9b85421..2bf46490 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Configure Git - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f626e10d..554b0bbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Node.js environment uses: actions/setup-node@v6.1.0