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