Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 3 to 4 (MystenLabs/narwha…
Browse files Browse the repository at this point in the history
…l#362)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 14, 2022
1 parent 7e5ecb0 commit 53d6ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhal/.github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 'benchmark/**'
- name: Set up Python 3.8
if: steps.filter.outputs.benchmark == 'true'
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install flake8, pip-audit
Expand Down

0 comments on commit 53d6ccd

Please sign in to comment.