From 13d0b736a437f2281a82af6765def6376f41d3f7 Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:00:46 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20Nef10/?= =?UTF-8?q?common-swift-package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- .github/workflows/swift-dependency-updater.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1927d4b..ddf34e8 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.25.0 + uses: swift-actions/setup-swift@v1.26.0 - name: Run tests run: swift test --enable-code-coverage -Xswiftc -warnings-as-errors - name: Save PR number @@ -61,7 +61,7 @@ jobs: output-file: ./pr/lcov.info - name: Upload Coverage Information for Comment if: ${{ matrix.os == needs.get_os.outputs.coverage_os }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pr path: pr/ @@ -82,7 +82,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Install Swift - uses: swift-actions/setup-swift@v1.25.0 + uses: swift-actions/setup-swift@v1.26.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 d2fd871..48737a9 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.25.0 + uses: swift-actions/setup-swift@v1.26.0 - name: Checkout swift-dependency-updater uses: actions/checkout@v4 with: