From 796410d11b25761b0c806352b19c450dd12578f5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 11 Sep 2023 00:30:03 +0000
Subject: [PATCH] chore(deps): update actions/checkout action to v4

---
 .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..dae3ff39 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@v4
         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..c2464a7e 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@v4
       - name: Node.js ${{ matrix.node-version }}
         uses: actions/setup-node@v3
         with: