1
0
Fork 0

Update github actions versions

This commit is contained in:
Joachim 2023-01-01 21:06:35 +01:00
parent e026f4535a
commit 3f6cdff363
7 changed files with 14 additions and 14 deletions

View file

@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install Dependencies