Skip to content

Commit 251b1fd

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@v3
7272

7373
- name: Setup Python
74-
uses: actions/setup-python@v4.0.0
74+
uses: actions/setup-python@v4.1.0
7575
with:
7676
python-version: 3.8
7777

.github/workflows/style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828

2929
- name: Setup Python
30-
uses: actions/setup-python@v2.1.4
30+
uses: actions/setup-python@v4.1.0
3131
with:
3232
python-version: 3.8
3333

0 commit comments

Comments
 (0)