From 17eacc0fa07a2adaf390def4eb167ba49babc455 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 18 Jun 2025 09:56:21 +0200 Subject: [PATCH] create-snapshot: Upgrade actions/checkout --- .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 e1782f7..ac04a57 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0