Bump actions/setup-python from 3.1.1 to 3.1.2 (#257)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 21 Apr 2022 08:40:11 +0000 (10:40 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 08:40:11 +0000 (10:40 +0200)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v3.1.2)

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

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 1cf9610f8bdf400dff366407f39395f04287ed41..a1aa8c50a4e4373fa4679b581837b083b0b2d5fd 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python
-        uses: actions/setup-python@v3.1.1
+        uses: actions/setup-python@v3.1.2
         with:
           python-version: '3.10'
       - name: Install pre-commit
index ea08efc14369254ed0a1ddc8292a875613a48ad2..6002e0c997083fd86364f2db8544c4b23c39c462 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Set up Python
-      uses: actions/setup-python@v3.1.1
+      uses: actions/setup-python@v3.1.2
       with:
         python-version: '3.x'
     - name: Install dependencies
index 540777eb965081d039aa5d7a81c43f1629486846..73eaddc8c1dda72955695b3a785339ba73c1f167 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.1
+        uses: actions/setup-python@v3.1.2
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies