From 812a15d615d8cff1c41339c5db326613ae420850 Mon Sep 17 00:00:00 2001 From: Jahn Date: Sun, 24 Nov 2024 07:38:45 +0100 Subject: [PATCH] ci: update github checkout action to v4 --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5dd4168..d84c9ec 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -62,7 +62,7 @@ jobs: # =================================================================================== # ---------- Checkout and build inside docker container ---------- - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # unfortunately, currently we need all the history for a valid auto generated version fetch-depth: 0