From 7059c7ee6440dd8206a365dfdd8937af6a26af03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:10:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/pre-release.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 54d97d3..e2bf1c5 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -8,7 +8,7 @@ jobs: prerelease: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: node-version: '*' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2a357e0..72fd9a5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,7 +18,7 @@ jobs: token: ${{ steps.get-token.outputs.token }} release-type: node package-name: '@netlify/plugin-nextjs' - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v3 with: