From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 08:12:57 +0000 (+0100) Subject: Bump actions/setup-python from v2.1.4 to v2.2.1 (#59) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=94f960f3163606e66b72ac588e3fcd3249a21151;p=music-assistant-server.git Bump actions/setup-python from v2.1.4 to v2.2.1 (#59) Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.4...3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df) 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 10a0b604..7487f0cb 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.8 - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2.2.1 with: python-version: 3.8 - name: Include frontend-app in the release package diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8464190..410d7058 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.1.4 + uses: actions/setup-python@v2.2.1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies