Skip to content

Commit

Permalink
Bump actions/setup-python from 4.2.0 to 4.3.0 (#1450)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Oct 12, 2022
1 parent 3e5d941 commit 8462e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/setup-python@v4.2.0
- uses: actions/setup-python@v4.3.0
with:
python-version: '3.10'

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/setup-python@v4.2.0
- uses: actions/setup-python@v4.3.0
with:
python-version: '3.10'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
git
- name: Set up Python ${{ matrix.python-version }}
if: matrix.python-version != 'mingw64'
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install coverage dependency
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
with:
submodules: 'recursive'

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

- name: Install pypa/build
run: python -m pip install build --user
Expand Down

0 comments on commit 8462e43

Please sign in to comment.