Skip to content

chore(deps): update dependency pointfreeco/swift-composable-architect… #171

chore(deps): update dependency pointfreeco/swift-composable-architect…

chore(deps): update dependency pointfreeco/swift-composable-architect… #171

Workflow file for this run

name: Renovate
on:
push:
branches:
- 'renovate/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
- run: xcodebuild -workspace BeMatch.xcworkspace -resolvePackageDependencies -scheme "App (Staging project)" -skipMacroValidation
- run: xcodebuild -workspace PicMatch.xcworkspace -resolvePackageDependencies -scheme "App (Staging project)" -skipMacroValidation
- run: xcodebuild -workspace TapMatch.xcworkspace -resolvePackageDependencies -scheme "App (Staging project)" -skipMacroValidation
- run: xcodebuild -workspace TenMatch.xcworkspace -resolvePackageDependencies -scheme "App (Staging project)" -skipMacroValidation
- run: xcodebuild -workspace Trinket.xcworkspace -resolvePackageDependencies -scheme "App (Staging project)" -skipMacroValidation
- run: swift build -c release --package-path ./SwiftScripts/ApolloTool
- run: swift build -c release --package-path ./SwiftScripts/SwiftFormatTool --product swiftformat
- run: swift build -c release --package-path ./SwiftScripts/XCTemplateInstallerTool --product XCTemplateInstaller
- continue-on-error: true
run: |
git config --local user.name 'github-actions[bot]'
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git commit -am "chore: 🤖 update package.resolved"
git push