Skip to content

Commit 4bc4554

Browse files
Bump actions/setup-python from 2.2.2 to 4.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.2...v4.4.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]>
1 parent 1025ef3 commit 4bc4554

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.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@v3
1717
- name: Set up Python 3.7
18-
uses: actions/setup-python@v2.2.2
18+
uses: actions/setup-python@v4.4.0
1919
with:
2020
python-version: 3.7
2121
- name: Install pypa/build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up Python 3.7
12-
uses: actions/setup-python@v2.2.2
12+
uses: actions/setup-python@v4.4.0
1313
with:
1414
python-version: 3.7
1515
- name: Install pypa/build

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v2.2.2
16+
uses: actions/setup-python@v4.4.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies

0 commit comments

Comments
 (0)