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:
Ibrahim Abdelkader 2023-06-26 22:23:42 +03:00 committed by GitHub
commit becd90abfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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