From dcf8bd70cb94da4b614c6afbdb277a2a36da9b1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 03:08:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/release-please.yml | 2 +- .github/workflows/workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e9d937e2..09ff339e 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-secrets-manager' - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v3 with: diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 21dd6eed..43701e6b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false steps: - name: Git checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: