Skip to content

Commit e3a5c1c

Browse files
Bump actions/setup-python from 4.3.1 to 4.4.0 (#148)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.1...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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2fc03c7 commit e3a5c1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3.2.0
1313
- name: Set up Python 3.9
14-
uses: actions/setup-python@v4.3.1
14+
uses: actions/setup-python@v4.4.0
1515
with:
1616
python-version: 3.9
1717
- name: Install build

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check out code from GitHub
1919
uses: actions/checkout@v3.2.0
2020
- name: Set up Python
21-
uses: actions/setup-python@v4.3.1
21+
uses: actions/setup-python@v4.4.0
2222
with:
2323
python-version: "3.9"
2424
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
5050
- name: Check out code from GitHub
5151
uses: actions/checkout@v3.2.0
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v4.3.1
53+
uses: actions/setup-python@v4.4.0
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
- name: Install dependencies

0 commit comments

Comments
 (0)