Update deprecated github actions

This commit is contained in:
Unpublished 2024-03-09 19:59:55 +01:00
parent 3da81ce549
commit 3697884f1f
No known key found for this signature in database
GPG Key ID: E02B7EC2C62C7680

View File

@ -28,9 +28,9 @@ jobs:
python-version: [3.8]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
@ -52,9 +52,9 @@ jobs:
python-version: [3.8]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies