From f99236d0df92898bb9e7684823658ca8fd1a285f Mon Sep 17 00:00:00 2001 From: Timm Ortloff Date: Mon, 9 Jan 2023 12:59:56 +0100 Subject: [PATCH] CI: Update Checkout Action to v3 --- .github/workflows/create-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index af5be45..e1782f7 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code base - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0