update GitHub actions

ubuntu-latest points to 22.04 while ubuntu 24.04 is available 
also update setup python action to v5
This commit is contained in:
hopez13 2024-05-30 14:13:19 +05:30 committed by GitHub
parent b4e2ca16d3
commit cc013bc1f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,12 +13,12 @@ on:
jobs:
build:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: 'pip'