Skip to content

build(deps): bump rexml from 3.3.6 to 3.3.9 #162

build(deps): bump rexml from 3.3.6 to 3.3.9

build(deps): bump rexml from 3.3.6 to 3.3.9 #162

Workflow file for this run

name: Build and Test watchOS
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: "Select Latest Xcode"
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/[email protected]
with:
github-token: ${{ secrets.AUTOMATION_USER_TOKEN }}
use-xcframeworks: true
- name: Fastlane watchOS Tests
run: fastlane watchos tests