Bump actions/setup-python from 4.1.0 to 4.2.0 (#452)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Aug 2022 23:26:41 +0000 (01:26 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Aug 2022 23:26:41 +0000 (01:26 +0200)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
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 f02b40e979f594aca7ef8f41d81a9bd5d0e46cb6..449eb6d36534bc3756765febcda79e4449183098 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python
-        uses: actions/setup-python@v4.1.0
+        uses: actions/setup-python@v4.2.0
         with:
           python-version: '3.10'
       - name: Install pre-commit
index 61db20faa78b8cae0642502914c927d9f22532a8..555cf97841c48fa85da0fece6ff21a74ee14406f 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Set up Python
-      uses: actions/setup-python@v4.1.0
+      uses: actions/setup-python@v4.2.0
       with:
         python-version: '3.x'
     - name: Install dependencies
index 82edea5fc7f3c8b3a441dc81b554c3a6bbb0b196..a43980bf38811323cce62f783453717057f1fcca 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v4.1.0
+        uses: actions/setup-python@v4.2.0
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies