changed action version

This commit is contained in:
Pyry Lahtinen 2022-12-11 14:56:41 +00:00 committed by GitHub
parent e37af52d92
commit 1bbe1019e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v4.3.1
with: with:
python-version: 3.10 python-version: 3.10
- name: Install Poetry - name: Install Poetry