Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from v2.1.4 to v2.2.1 (#139)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.1.4...3105fb1)

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] committed Jan 4, 2021
1 parent 8c60023 commit 1537424
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 @@ -35,7 +35,7 @@ jobs:
- uses: "actions/checkout@v2.3.4"

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

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

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

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

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

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

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

Expand Down

0 comments on commit 1537424

Please sign in to comment.