Updated Checkout action version & Ubuntu OS version

This commit is contained in:
Asif Saif Uddin 2023-09-05 10:41:21 +06:00 committed by GitHub
parent 5a01a4c8a9
commit f802de23a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ on:
jobs: jobs:
tests: tests:
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
@ -22,7 +22,7 @@ jobs:
- '3.11' - '3.11'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with: