From 81b96ca17b2d73ebc67bffe4f7ad4e6aeaf6f13d Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 02:26:13 +0000 Subject: [PATCH] Bump setup-swift from 1.23.0 to 1.24.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/swift-dependency-updater.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9e7e7a..2d218ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Install Swift - uses: swift-actions/setup-swift@v1.23.0 + uses: swift-actions/setup-swift@v1.24.0 - name: Run tests run: swift test --enable-code-coverage -Xswiftc -warnings-as-errors - name: Save PR number @@ -82,7 +82,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Install Swift - uses: swift-actions/setup-swift@v1.23.0 + uses: swift-actions/setup-swift@v1.24.0 - name: Install SwiftLint run: | curl -L https://github.com/realm/SwiftLint/releases/download/0.52.4/swiftlint_linux.zip -o swiftlint.zip diff --git a/.github/workflows/swift-dependency-updater.yml b/.github/workflows/swift-dependency-updater.yml index d0fb2a9..db5cbab 100644 --- a/.github/workflows/swift-dependency-updater.yml +++ b/.github/workflows/swift-dependency-updater.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Fetching the whole repo is required to check if branches already exist token: ${{ steps.generate_token.outputs.token }} # Checkout repo pre-configured with right token - name: Install Swift - uses: swift-actions/setup-swift@v1.23.0 + uses: swift-actions/setup-swift@v1.24.0 - name: Checkout swift-dependency-updater uses: actions/checkout@v3 with: