Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6.1.0...v6.2.0)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
echo "✅ Version $VERSION is valid for $CHANNEL channel"
- name: Set up Python ${{ env.PYTHON_VERSION }}
- uses: actions/setup-python@v6.1.0
+ uses: actions/setup-python@v6.2.0
with:
python-version: ${{ env.PYTHON_VERSION }}
with:
ref: ${{ inputs.ref || github.ref }}
- name: Set up Python
- uses: actions/setup-python@v6.1.0
+ uses: actions/setup-python@v6.2.0
with:
python-version: "3.12"
# Cache apt .deb files to speed up ffmpeg installation (in home to avoid permission issues).
with:
ref: ${{ inputs.ref || github.ref }}
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v6.1.0
+ uses: actions/setup-python@v6.2.0
with:
python-version: ${{ matrix.python-version }}
# Cache apt .deb files to speed up ffmpeg installation (in home to avoid permission issues).