Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit d629eb9

Browse files
Bump actions/setup-python from 2.3.0 to 2.3.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.0...v2.3.1) --- 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>
1 parent bc341dc commit d629eb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v2.4.0
3636

3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v2.3.0
38+
uses: actions/setup-python@v2.3.1
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/checkout@v2.4.0
106106

107107
- name: Set up Python
108-
uses: actions/setup-python@v2.3.0
108+
uses: actions/setup-python@v2.3.1
109109
with:
110110
python-version: "3.10"
111111

0 commit comments

Comments
 (0)