Bump actions/setup-python from 2.2.2 to 2.3.1 (#192)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 17 Jan 2022 09:58:29 +0000 (10:58 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Jan 2022 09:58:29 +0000 (10:58 +0100)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 4dbbceb41e4a7ac149073e0fdc238a29c9c0e113..98214734cc73044df1e186387f1b3a56a9503868 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     steps:
       - uses: actions/checkout@master
       - name: Set up Python 3.8
-        uses: actions/setup-python@v2.2.2
+        uses: actions/setup-python@v2.3.1
         with:
           python-version: 3.8
       - name: Include frontend-app in the release package
index a621cdd04e500afca41a7891f841b2dbbcb68db2..96c95193e1111972a6b49a5372dd604e2b619c2f 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.2
+        uses: actions/setup-python@v2.3.1
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies