Changed name of job and fixed warnings in GitHub

This commit is contained in:
kaltokri 2024-02-23 11:03:49 +01:00
parent 6505231a32
commit 161a95f197

View File

@ -20,7 +20,7 @@ on:
jobs:
# This workflow contains a single job called "Update"
Update:
ExtractMissionScripts:
# Operating system
runs-on: ubuntu-latest
@ -38,13 +38,13 @@ jobs:
# Checks-out repository to ./self
- name: Checkout Missions
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ./self
# Install python
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10' # install the python version needed