From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:53:21 +0000 (+0200) Subject: Bump actions/setup-python from 5.1.0 to 5.1.1 (#1487) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=cf7f11960948ec476a84132b21e3f447ba5bd2b3;p=music-assistant-server.git Bump actions/setup-python from 5.1.0 to 5.1.1 (#1487) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... 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 10fb267a..a25aeee0 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.0 + uses: actions/setup-python@v5.1.1 with: python-version: ${{ env.PYTHON_VERSION }} - name: Install build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d4ea7ed..4820c00c 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.0 + uses: actions/setup-python@v5.1.1 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.0 + uses: actions/setup-python@v5.1.1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies