Bump actions/setup-python from 3.1.2 to 4.0.0 (#363)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 Jun 2022 12:35:35 +0000 (14:35 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 12:35:35 +0000 (14:35 +0200)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.0.0)

---
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/pre-commit-updater.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/test.yml

index b760003542f5297120d04540aad6e5f219d7b80f..a0666f555cda1767b252c3fd6780575382e4b1e0 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python
-        uses: actions/setup-python@v3.1.2
+        uses: actions/setup-python@v4.0.0
         with:
           python-version: '3.10'
       - name: Install pre-commit
index 6002e0c997083fd86364f2db8544c4b23c39c462..decd4ab4087566d705d7310e7a99aeb2cd014473 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Set up Python
-      uses: actions/setup-python@v3.1.2
+      uses: actions/setup-python@v4.0.0
       with:
         python-version: '3.x'
     - name: Install dependencies
index 4fc09282eaac3381ba1561d3dd23c5ba7511e6a2..d856abc54495026e2b0d24569d26907351e3e24a 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v3.1.2
+        uses: actions/setup-python@v4.0.0
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies