From 5961df0ebdf1cef07a0fdeb9831c209a78b2e62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:52:04 +0000 Subject: [PATCH 1/2] build(deps): bump sersoft-gmbh/SwiftyActions from 2 to 3 Bumps [sersoft-gmbh/SwiftyActions](https://github.com/sersoft-gmbh/swiftyactions) from 2 to 3. - [Release notes](https://github.com/sersoft-gmbh/swiftyactions/releases) - [Commits](https://github.com/sersoft-gmbh/swiftyactions/compare/v2...v3) --- updated-dependencies: - dependency-name: sersoft-gmbh/SwiftyActions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e01471f37..989a95695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: sersoft-gmbh/SwiftyActions@v2 + - uses: sersoft-gmbh/SwiftyActions@v3 with: release-version: "5" github-token: ${{ secrets.GITHUB_TOKEN }} From 62004184f408da3a22c6c740d2859a05834e9f3f Mon Sep 17 00:00:00 2001 From: Corey Date: Mon, 18 Sep 2023 12:29:13 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 989a95695..69595c127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ concurrency: jobs: test: - timeout-minutes: 20 + timeout-minutes: 25 runs-on: macos-13 strategy: matrix: @@ -63,7 +63,7 @@ jobs: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} spm-test: - timeout-minutes: 20 + timeout-minutes: 25 runs-on: macos-13 steps: - uses: actions/checkout@v3 @@ -97,7 +97,7 @@ jobs: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} xcode-test-5_5: - timeout-minutes: 20 + timeout-minutes: 25 needs: linux runs-on: macos-12 steps: