From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:57:46 +0000 (+0200) Subject: Bump actions/setup-python from 5.1.1 to 5.2.0 (#1628) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=fa7335783a7ccf897a943ef351c0fdd7aaf51b56;p=music-assistant-server.git Bump actions/setup-python from 5.1.1 to 5.2.0 (#1628) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python 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 6adaf958..e8928324 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: fi fi - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ env.PYTHON_VERSION }} - name: Install build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4820c00c..e61c81be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: "3.11" - name: Install dependencies @@ -43,7 +43,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies