Bump actions/setup-python from 3 to 4
authordependabot[bot] <redacted>
Fri, 1 Jul 2022 00:07:39 +0000 (00:07 +0000)
committerGitHub <redacted>
Fri, 1 Jul 2022 00:07:39 +0000 (00:07 +0000)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <redacted>
.github/workflows/ci.yml

index 2bd1678e6b312c49823bdf4f792f82783a5fbd77..f5fbb921f266a7621ffa43c34679bedbe597ed0a 100644 (file)
@@ -32,7 +32,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Set up Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python }}
           cache: pip
git clone https://git.99rst.org/PROJECT