Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2022
1 parent a4c2604 commit 2654f83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.3.2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Setup Python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.7
- name: Generate coverage report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.3.2
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 2654f83

Please sign in to comment.