From 883b7e83968f8bc72cfc38e3464f6c236302bad2 Mon Sep 17 00:00:00 2001 From: Emma K Alexandra Date: Mon, 5 Jun 2023 09:30:46 -0400 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1a91324d..5c1db7d8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Swift uses: fwal/setup-swift@v1 with: - swift-version: '5.6' + swift-version: '5.8' - name: Generate Docs uses: fwcd/swift-docc-action@v1 with: @@ -51,4 +51,4 @@ jobs: steps: - name: Deploy Docs - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1