From c4d93508382f69e0d6cdf87725a051b8060e9b2a Mon Sep 17 00:00:00 2001 From: Darren Worrall Date: Tue, 13 Feb 2024 10:44:32 +0000 Subject: [PATCH] Use checkout action in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93c7d6fe..7f990459 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: runs-on: ubuntu-latest needs: build-debs steps: + - uses: actions/checkout@v2 - name: Fetch uploaded artifacts uses: actions/download-artifact@v3 with: