From 9ea1c5bc55bc2c769f254e6bbcd42a4bb5e06c67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:23:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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..d47748f 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@v4 - 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..2b485d3 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@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: