Skip to content

Commit 8462e43

Browse files
Bump actions/setup-python from 4.2.0 to 4.3.0 (#1450)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.2.0...v4.3.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 3e5d941 commit 8462e43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: 'recursive'
1616

17-
- uses: actions/setup-python@v4.2.0
17+
- uses: actions/setup-python@v4.3.0
1818
with:
1919
python-version: '3.10'
2020

@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
submodules: 'recursive'
6464

65-
- uses: actions/setup-python@v4.2.0
65+
- uses: actions/setup-python@v4.3.0
6666
with:
6767
python-version: '3.10'
6868

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
git
121121
- name: Set up Python ${{ matrix.python-version }}
122122
if: matrix.python-version != 'mingw64'
123-
uses: actions/setup-python@v4.2.0
123+
uses: actions/setup-python@v4.3.0
124124
with:
125125
python-version: ${{ matrix.python-version }}
126126
- name: Install coverage dependency
@@ -184,7 +184,7 @@ jobs:
184184
with:
185185
submodules: 'recursive'
186186

187-
- uses: actions/setup-python@v4.2.0
187+
- uses: actions/setup-python@v4.3.0
188188

189189
- name: Install pypa/build
190190
run: python -m pip install build --user

0 commit comments

Comments
 (0)