Skip to content

Commit

Permalink
Bump actions/setup-python from 3.1.2 to 4.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3.1.2...v4.3.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]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2022
1 parent f9b131f commit 95fabfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
submodules: true
- name: Setup Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v4.3.0
with:
python-version: 3.8
- name: Cache PyPI
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
submodules: true
- name: Setup Python ${{ matrix.pyver }}
id: python-install
uses: actions/setup-python@v4
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.pyver }}
- name: Get pip cache dir
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
with:
submodules: true
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v4.3.0
- name: Update pip, wheel, setuptools, build, twine
run: |
python -m pip install -U pip wheel setuptools build twine
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
fi
shell: bash
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v4.3.0
with:
python-version: 3.x
- name: Update pip, wheel, setuptools, build, twine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
gh pr checkout ${{ github.event.pull_request.number }}
- name: Setup Python
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.3.0
- name: Cache PyPI
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 95fabfe

Please sign in to comment.