remove github actions deprecation warnings.

This commit is contained in:
Tim Rid 2022-10-23 23:03:40 +02:00
parent a03190d816
commit aeff7c6b7c

View file

@ -16,7 +16,7 @@ jobs:
steps:
# Checks out a copy of your repository on the machine
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v3
# Setup python
- name: Setup python