Update actions/setup-python action

This commit is contained in:
Ofek Lev 2024-05-01 10:00:35 -04:00 committed by GitHub
parent 027a4727a5
commit 4bb501176c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64