From 00bf069c97b723471cd2f0ffcb575a34cbc838d5 Mon Sep 17 00:00:00 2001 From: Eriq Augustine Date: Sat, 5 Oct 2024 07:26:24 -0400 Subject: [PATCH] Updated CI versions. --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a8d876..c23e012 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,16 +7,16 @@ on: push jobs: main: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - name: Set up Python 3.7 - uses: actions/setup-python@v2 + - name: Set up Python 3.10 + uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.10' - name: Run Validation run: ./_scripts/validate.sh