Bump actions/setup-python from 2.2.1 to 2.2.2 (#106)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 1 Jun 2021 09:41:39 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Jun 2021 09:41:39 +0000 (11:41 +0200)
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] <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 7487f0cbe10f55a78d4c1d05837f3c106dcc6665..4dbbceb41e4a7ac149073e0fdc238a29c9c0e113 100644 (file)
@@ -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
index 28287732930ac4ef3747b2762fd918848f907501..a621cdd04e500afca41a7891f841b2dbbcb68db2 100644 (file)
@@ -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