From 8e655fd52e98978cd0625837f081e9aadc712d6c Mon Sep 17 00:00:00 2001
From: "plural-renovate[bot]" <plural-renovate[bot]@users.noreply.github.com>
Date: Thu, 21 Sep 2023 13:23:28 +0000
Subject: [PATCH] chore(deps): update actions/checkout action to v4

Signed-off-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
---
 .github/workflows/build-container.yaml | 4 ++--
 .github/workflows/release.yaml         | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml
index f86013c3..1dcb148e 100644
--- a/.github/workflows/build-container.yaml
+++ b/.github/workflows/build-container.yaml
@@ -19,7 +19,7 @@ jobs:
       actions: read
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 0 # No shallow clone, we need all history
       - name: Set tag output
@@ -153,7 +153,7 @@ jobs:
       actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Run Trivy vulnerability scanner in IaC mode
         uses: aquasecurity/trivy-action@master
         with:
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 273b0048..c5ca3c4a 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
       actions: read
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 0 # No shallow clone, we need all history
       - name: Set tag output
@@ -93,7 +93,7 @@ jobs:
       actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Run Trivy vulnerability scanner in IaC mode
         uses: aquasecurity/trivy-action@master
         with:
@@ -114,7 +114,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: 'Checkout'
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         fetch-depth: 0
         token: ${{ secrets.PLURAL_BOT_PAT }}