From 3655cb1a963c13c0508529b028865531a6ebecda Mon Sep 17 00:00:00 2001 From: Philipp Trulson Date: Wed, 20 Sep 2023 17:04:53 +0200 Subject: [PATCH] Upgrade checkout action in workflows to v4 > This is an automatically generated PR. actions/checkout got a new release with v4. Shouldn't affect anything, just newer. @rebuy-de/it-platform FYI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 894afa4..d882f14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: with: go-version: '1.21' - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Build Project