From 6ea888937e7391779921f7ef6dca9fdc59b762bb Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Sat, 16 Mar 2024 16:35:27 +0100 Subject: [PATCH] Bump checkout action to latest version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ec75f57..81dc7707 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: steps: - name: Clone Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 @@ -168,7 +168,7 @@ jobs: steps: - name: Clone Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0