Skip to content

Commit

Permalink
build(deps): bump sersoft-gmbh/SwiftyActions from 2 to 3 (#131)
Browse files Browse the repository at this point in the history
* 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](sersoft-gmbh/swifty-linux-action@v2...v3)

---
updated-dependencies:
- dependency-name: sersoft-gmbh/SwiftyActions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update ci.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Corey <[email protected]>
  • Loading branch information
dependabot[bot] and cbaker6 committed Sep 18, 2023
1 parent b2c2373 commit 6d6e94b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
test:
timeout-minutes: 20
timeout-minutes: 25
runs-on: macos-13
strategy:
matrix:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 6d6e94b

Please sign in to comment.