Skip to content

Commit f4516ba

Browse files
Bump actions/setup-python from 3 to 4.1.0 (#180)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1eaf154 commit f4516ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: "actions/checkout@v3"
2424

25-
- uses: "actions/setup-python@v3"
25+
- uses: "actions/setup-python@v4.1.0"
2626
with:
2727
python-version: "${{ matrix.python-version }}"
2828

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v4.1.0
1919
with:
2020
python-version: 3.8
2121

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v4.1.0
1919
with:
2020
python-version: 3.8
2121

0 commit comments

Comments
 (0)