From f1daf3284404505fac8527900e7e777ec9531217 Mon Sep 17 00:00:00 2001 From: "gabriele.dall@adesso.de" Date: Thu, 18 Jan 2024 15:02:58 +0100 Subject: [PATCH] changed actions/chackout@v2 to v3 to avoid git-build error message --- .github/workflows/build-and-deploy-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-branch.yml b/.github/workflows/build-and-deploy-branch.yml index 7e1b8a84..98c1d027 100644 --- a/.github/workflows/build-and-deploy-branch.yml +++ b/.github/workflows/build-and-deploy-branch.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build Spec run: bash ./tools/bin/build.sh