mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1787 from openmv/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 3 to 4
This commit is contained in:
commit
becd90abfd
2
.github/workflows/python-linter.yml
vendored
2
.github/workflows/python-linter.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: '🐍 Set up Python ${{ matrix.python-version }}'
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user