From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:48:50 +0000 (+0100) Subject: Chore(deps): Bump actions/setup-python from 6.1.0 to 6.2.0 (#3010) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6b2817f15b92e798b92dee40368d116f2ead047f;p=music-assistant-server.git Chore(deps): Bump actions/setup-python from 6.1.0 to 6.2.0 (#3010) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31f69dd0..feaabced 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: 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 }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11c8fc0c..e3c3dcde 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: 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). @@ -77,7 +77,7 @@ jobs: 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).