From 747ada3ae66b198c1313f2ddc63cfbf93e79b5f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:51:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48f8f40..d25ddbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: name: Node.js ${{ matrix.node }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.1 with: version: 6.24.4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86b5147..2b87f9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: name: Node.js ${{ matrix.node }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.1 with: version: 6.24.4