Skip to content

Commit 6d6e94b

Browse files
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](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]>
1 parent b2c2373 commit 6d6e94b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
test:
20-
timeout-minutes: 20
20+
timeout-minutes: 25
2121
runs-on: macos-13
2222
strategy:
2323
matrix:
@@ -63,7 +63,7 @@ jobs:
6363
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
6464

6565
spm-test:
66-
timeout-minutes: 20
66+
timeout-minutes: 25
6767
runs-on: macos-13
6868
steps:
6969
- uses: actions/checkout@v3
@@ -97,7 +97,7 @@ jobs:
9797
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
9898

9999
xcode-test-5_5:
100-
timeout-minutes: 20
100+
timeout-minutes: 25
101101
needs: linux
102102
runs-on: macos-12
103103
steps:
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
steps:
114114
- uses: actions/checkout@v3
115-
- uses: sersoft-gmbh/SwiftyActions@v2
115+
- uses: sersoft-gmbh/SwiftyActions@v3
116116
with:
117117
release-version: "5"
118118
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)