Upgrade actions/setup-python to v5

This commit is contained in:
Ivan Habunek 2024-04-24 14:52:42 +02:00
parent 1c878bbca8
commit ee1e0ce853
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

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