Bump actions/setup-python from v1 to v2.1.2 (#5)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 13 Sep 2020 10:16:28 +0000 (12:16 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Sep 2020 10:16:28 +0000 (12:16 +0200)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...24156c231c5e9d581bde27d0cdbb72715060ea51)

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 01d570722b5e2bf16a4eaf8482994a043d476676..5b4119addd51409db88516e2352a1d593c8a14f0 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     steps:
       - uses: actions/checkout@master
       - name: Set up Python 3.7
-        uses: actions/setup-python@v1
+        uses: actions/setup-python@v2.1.2
         with:
           python-version: 3.7
       - name: Include frontend-app in the release package
index 0ce256027aa08d08181ed7cf5443a41c483398eb..db562edf9ec0dd159869878a61c9e11903d2ea6c 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v1
+        uses: actions/setup-python@v2.1.2
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies