Skip to content

chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 #1524

chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0

chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 #1524

Workflow file for this run

---
name: build-ios
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.2.2
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/setup-python@v6.1.0
with:
python-version: ${{ env.python_version }}