From 6d6e94bc7bbc7d936916fcd5790d1d77abb518e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:05:23 -0400 Subject: [PATCH] build(deps): bump sersoft-gmbh/SwiftyActions from 2 to 3 (#131) * 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] * Update ci.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corey --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e01471f37..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: @@ -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 }}