From ca316dac90405073c69a14923f24746b60560dcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:10:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/auto-release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 10ba8b4..221c05f 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -25,7 +25,7 @@ jobs: needs: - publish steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Use Node.js 15.x uses: actions/setup-node@v1 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d3d6a84..422026e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: matrix: node-version: [10.x, 12.x, 14.x, 15.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: