Skip to content

Commit 5cc1c0c

Browse files
Bump actions/setup-python from 4.3.0 to 4.4.0 (#215)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...v4.4.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 765c522 commit 5cc1c0c

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@v4.3.0"
25+
- uses: "actions/setup-python@v4.4.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@v4.3.0
18+
uses: actions/setup-python@v4.4.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@v4.3.0
18+
uses: actions/setup-python@v4.4.0
1919
with:
2020
python-version: 3.8
2121

0 commit comments

Comments
 (0)