Skip to content

Commit

Permalink
build(deps): Bump actions/setup-python from 2.3.1 to 3.1.2 (#143)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.3.1...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2022
1 parent 30d5889 commit 7a5af74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: "actions/checkout@v3.0.2"

- name: "Install Python"
uses: "actions/setup-python@v2.3.1"
uses: "actions/setup-python@v3.1.2"
with:
python-version: "${{ env.DEV_PYTHON_VERSION }}"

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: "actions/checkout@v3.0.2"

- name: "Install Python"
uses: "actions/setup-python@v2.3.1"
uses: "actions/setup-python@v3.1.2"
with:
python-version: "${{ matrix.python-version }}"

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- uses: "actions/checkout@v3.0.2"

- name: "Install Python"
uses: "actions/setup-python@v2.3.1"
uses: "actions/setup-python@v3.1.2"
with:
python-version: "${{ env.DEV_PYTHON_VERSION }}"

Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
git fetch --prune --unshallow
- name: "Install Python"
uses: "actions/setup-python@v2.3.1"
uses: "actions/setup-python@v3.1.2"
with:
python-version: "${{ env.DEV_PYTHON_VERSION }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git fetch --prune --unshallow
- name: "Install Python"
uses: "actions/setup-python@v2.3.1"
uses: "actions/setup-python@v3.1.2"
with:
python-version: "${{ env.PYTHON_VERSION }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: "master"

- name: "Install Python"
uses: "actions/setup-python@v2.3.1"
uses: "actions/setup-python@v3.1.2"
with:
python-version: "${{ env.PYTHON_VERSION }}"

Expand Down

0 comments on commit 7a5af74

Please sign in to comment.