Bump actions/setup-python from 4.2.0 to 4.3.0 (#470)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 27 Oct 2022 09:24:31 +0000 (11:24 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 09:24:31 +0000 (11:24 +0200)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.2.0...v4.3.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 8b4e50b8c45abe7a7eb9193ef018700ae210fa56..b0dd327e23821e6fc5f07d2104690f4190e381db 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python
-        uses: actions/setup-python@v4.2.0
+        uses: actions/setup-python@v4.3.0
         with:
           python-version: '3.10'
       - name: Install pre-commit
index 555cf97841c48fa85da0fece6ff21a74ee14406f..d805ec426bc0a7d0ec32f145ccf489b85878fd05 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Set up Python
-      uses: actions/setup-python@v4.2.0
+      uses: actions/setup-python@v4.3.0
       with:
         python-version: '3.x'
     - name: Install dependencies
index a43980bf38811323cce62f783453717057f1fcca..6e40540222e5ae64a7289c74441d59432b4bb0b2 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v4.2.0
+        uses: actions/setup-python@v4.3.0
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies