diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 418bb2c..55a4c7f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -33,7 +33,7 @@ jobs: --transform-for-static-hosting \ --hosting-base-path HPNetwork \ --output-path ./docs - echo "" > docs/index.html + echo "" > docs/index.html - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 78dd24c..a13f7a3 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -11,10 +11,8 @@ jobs: runs-on: macos-latest steps: - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: latest - - uses: actions/checkout@v2 + - name: Checkout 🛎️ + uses: actions/checkout@v3 - name: Build run: swift build -v - name: Run tests