From f13b0dbafc812b4d1d002a481dcdf8deb53c05f5 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Sat, 13 Jan 2024 22:41:59 -0700 Subject: [PATCH] workaround checkout bug --- .github/workflows/swift.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 1f46075..84e7489 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -27,6 +27,7 @@ jobs: with: path: getargv-swift fetch-tags: true + fetch-depth: 0 # until https://github.com/actions/checkout/issues/1471 fixed - uses: swift-actions/setup-swift@v1 with: swift-version: 5.9