From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:27:33 +0000 (+0100) Subject: Bump actions/setup-python from 2.3.1 to 3 (#219) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4cde07fa2423731b552dec7c1929dff8ae13fb2e;p=music-assistant-server.git Bump actions/setup-python from 2.3.1 to 3 (#219) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 53000aaa..731a44b7 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@master - name: Set up Python 3.10 - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v3 with: python-version: 3.10 - name: Include frontend-app in the release package diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05156bcc..e1d20b6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies