Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Dec 2, 2021
1 parent 9478541 commit 1b16700
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: "actions/checkout@v2.4.0"

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

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: "actions/checkout@v2.4.0"

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

Expand All @@ -97,7 +97,7 @@ jobs:
- uses: "actions/checkout@v2.4.0"

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

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- uses: "actions/checkout@v2.4.0"

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

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
git fetch --prune --unshallow
- name: "Install Python"
uses: "actions/setup-python@v2.2.2"
uses: "actions/setup-python@v2.3.1"
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.2.2"
uses: "actions/setup-python@v2.3.1"
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:
token: "${{ steps.token.outputs.token }}"

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

Expand Down

0 comments on commit 1b16700

Please sign in to comment.