From 2f63f67e9be4d5d58d06dff086ef5535e51187a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:51:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..406a6e3 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@v5 - 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..f071d09 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@v5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: