From 315301a45281fa8c796fa19d9b98588f35a65e1d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 20 May 2024 21:47:37 +0100
Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.5 (#27)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .github/workflows/ci-build.yml | 2 +-
 .github/workflows/release.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 55604a1..4ee9ff4 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -40,7 +40,7 @@ jobs:
     #     vs where release
 
     - name: Checkout
-      uses: actions/checkout@v4.1.2
+      uses: actions/checkout@v4.1.5
       with:
         fetch-depth: 0
         lfs: true
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b274414..0e461be 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
     #     vs where release
 
     - name: Checkout
-      uses: actions/checkout@v4.1.2
+      uses: actions/checkout@v4.1.5
       with:
         fetch-depth: 0
         lfs: true