Skip to content

Commit

Permalink
Bump actions/setup-python from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Ackuq committed Mar 1, 2022
1 parent e34c66c commit 7fc32e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
distribution: temurin
java-version: 11

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.10.1"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# TODO: Support more versions?
java-version: 11

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.10.1"

Expand Down

0 comments on commit 7fc32e5

Please sign in to comment.