chore(deps): update vendor/dotbot digest to 686db86 (.gitmodules) #1425
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 }} |