chore(deps): bump vendor/dotbot from 3f9e409
to d1e83dc
#1368
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: build-ios | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
fetch-depth: '1' | |
submodules: 'true' | |
# submodules: 'recursive' | |
- name: read python version | |
id: python-version | |
run: | | |
echo "python_version=$(cat .python-version)" >> $GITHUB_ENV | |
- uses: actions/[email protected] | |
with: | |
python-version: ${{ env.python_version }} |