From a47e65cb76b44e00c6dbc348a0cefe030b727264 Mon Sep 17 00:00:00 2001 From: James Ridgway Date: Sat, 28 Sep 2024 10:05:18 +0100 Subject: [PATCH] Updating action versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e2c20..2f6962d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: matrix: python-version: [3.10.15, 3.11.10, 3.12.6] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install venv and dependencies