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:
Ibrahim Abdelkader 2023-12-10 23:43:05 +02:00 committed by GitHub
commit 8d77e4e438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}