From f802de23a89cd854d274a4ec8137a5961b28f7bd Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 5 Sep 2023 10:41:21 +0600 Subject: [PATCH] Updated Checkout action version & Ubuntu OS version --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe9610ce3..1d788c07a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: jobs: tests: name: Python ${{ matrix.python-version }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: @@ -22,7 +22,7 @@ jobs: - '3.11' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: