specify different version for backend actions file

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-09 14:31:32 +01:00
parent f60b5b2e57
commit 4b0c544556

View file

@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.10.12
- name: Install Serverless
run: npm install -g serverless