Skip to content

Commit

Permalink
CI update (#40)
Browse files Browse the repository at this point in the history
* ⬆️ Update CI actions

* 🔥 Remove docs action

* ⬆️ Use Xcode 15 on CI

* ⬆️ Update stale action

* 🔥 Remove tapestry
  • Loading branch information
olejnjak authored Oct 16, 2023
1 parent 76ca0bb commit 9eddafa
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 66 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
name: Changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.0
- name: Changelog Reminder
uses: peterjgrainger/action-changelog-reminder@v1.2.0
uses: peterjgrainger/action-changelog-reminder@v1.3.0
with:
changelog_regex: 'CHANGELOG.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
podspec:
name: Podspec
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.0
- name: Install Bundler dependencies
run: bundle install
- name: Lint podspec
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
deploy:
name: Deploy
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: AckeeCZ/[email protected]
- uses: actions/checkout@v4.1.0
- uses: AckeeCZ/load-xcode-version@1.1.0
- name: Build
run: swift build --static-swift-stdlib --configuration release
- name: Get tag name
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/docs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v8.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on: [pull_request, push]
jobs:
tests:
name: Run tests
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: AckeeCZ/[email protected]
- uses: actions/checkout@v4.1.0
- uses: AckeeCZ/load-xcode-version@1.1.0
- name: Run tests
run: swift test
2 changes: 1 addition & 1 deletion .github/xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.1
15.0
21 changes: 0 additions & 21 deletions Tapestries/Package.swift

This file was deleted.

9 changes: 0 additions & 9 deletions Tapestries/Sources/TapestryConfig/TapestryConfig.swift

This file was deleted.

0 comments on commit 9eddafa

Please sign in to comment.