From 0211c08175930d621be5baf1dd86be823d385fc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:16:41 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61d1159..77105f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 🛒 Checkout - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: ✨ Setup .NET uses: actions/setup-dotnet@v4 with: