From 12e37090b4c275dd7a791bba1d08a7258072534e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:06:04 +0000 Subject: [PATCH] Bump swift-actions/setup-swift from 1.26.0 to 2.1.0 Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1.26.0 to 2.1.0. - [Release notes](https://github.com/swift-actions/setup-swift/releases) - [Commits](https://github.com/swift-actions/setup-swift/compare/v1.26.0...v2.1.0) --- updated-dependencies: - dependency-name: swift-actions/setup-swift dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 5e9101f..b82835e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Install Swift - uses: swift-actions/setup-swift@v1.26.0 + uses: swift-actions/setup-swift@v2.1.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@v4 - name: Install Swift - uses: swift-actions/setup-swift@v1.26.0 + uses: swift-actions/setup-swift@v2.1.0 - name: Install SwiftLint run: | curl -L https://github.com/realm/SwiftLint/releases/download/0.54.0/swiftlint_linux.zip -o swiftlint.zip diff --git a/.github/workflows/swift-dependency-updater.yml b/.github/workflows/swift-dependency-updater.yml index 48737a9..0fa516f 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.26.0 + uses: swift-actions/setup-swift@v2.1.0 - name: Checkout swift-dependency-updater uses: actions/checkout@v4 with: