From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 09:41:39 +0000 (+0200) Subject: Bump actions/setup-python from 2.2.1 to 2.2.2 (#106) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=213c93be973943349a231db6b0860cb252e18b23;p=music-assistant-server.git Bump actions/setup-python from 2.2.1 to 2.2.2 (#106) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.1...v2.2.2) 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 7487f0cb..4dbbceb4 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.2.1 + uses: actions/setup-python@v2.2.2 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 28287732..a621cdd0 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.2.1 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies