Skip to content

Commit afcc728

Browse files
Bump actions/setup-python from 2.3.1 to 2.3.2 (#126)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 780915c commit afcc728

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: Set up Python 3.9
19-
uses: actions/setup-python@v2.3.1
19+
uses: actions/setup-python@v2.3.2
2020
with:
2121
python-version: 3.9
2222

.github/workflows/publish-pypi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python
18-
uses: actions/setup-python@v2.3.1
18+
uses: actions/setup-python@v2.3.2
1919
with:
2020
python-version: '3.x'
2121
- name: Set up Poetry

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python
17-
uses: actions/setup-python@v2.3.1
17+
uses: actions/setup-python@v2.3.2
1818
with:
1919
python-version: '3.x'
2020
- name: Set up Poetry

0 commit comments

Comments
 (0)