Bump actions/setup-python from v2.1.4 to v2.2.1 (#59)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 23 Dec 2020 08:12:57 +0000 (09:12 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 08:12:57 +0000 (09:12 +0100)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/publish-to-pypi.yml
.github/workflows/test.yml

index 10a0b604b52bfa2fd4a794843df2c4fc994d219b..7487f0cbe10f55a78d4c1d05837f3c106dcc6665 100644 (file)
@@ -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
index d8464190bfcf00495f5d2d7eb4cb424ba0d1776c..410d70581769f8f31aadc12c1e7bb2c5815d56f9 100644 (file)
@@ -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