Bump actions/setup-python from 3.1.0 to 3.1.1 (#250)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 10 Apr 2022 10:26:48 +0000 (12:26 +0200)
committerGitHub <noreply@github.com>
Sun, 10 Apr 2022 10:26:48 +0000 (12:26 +0200)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.0...v3.1.1)

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