Bump actions/setup-python from 2.3.1 to 3 (#219)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 24 Mar 2022 10:27:33 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Mar 2022 10:27:33 +0000 (11:27 +0100)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v3)

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

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 53000aaa4d4edf488ee4638489612f5de39a6939..731a44b72ac215ea9e661c22e174e6d2564d6bf5 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     steps:
       - uses: actions/checkout@master
       - name: Set up Python 3.10
-        uses: actions/setup-python@v2.3.1
+        uses: actions/setup-python@v3
         with:
           python-version: 3.10
       - name: Include frontend-app in the release package
index 05156bccac5da913e7c35ee4ec5c658d07e50a35..e1d20b6c1dfff6a7c9287960ececc00797782d69 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v2.3.1
+        uses: actions/setup-python@v3
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies