From 2bd44e0bd0e5a9b21e1d4c890c15b7d65069de0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:35:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/main.yml | 6 +++--- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99fbebdd..ebfc6d08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v3 id: cache @@ -51,7 +51,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Versioning env: GH_TOKEN: ${{ secrets.GH_TOKEN }} @@ -75,7 +75,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v3 id: cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40eef3a2..ae6981f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: cache node_modules uses: actions/cache@v3