Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2
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 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.3.1...v2.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2022
1 parent 4c87aac commit 0e6de1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- name: Install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- name: "Download from transifex"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- name: Check out tests repository
Expand Down

0 comments on commit 0e6de1f

Please sign in to comment.