From bd98d797ec6c503eea8d8de0347670c7a99e5dd7 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Wed, 21 Jan 2026 10:20:44 +0100 Subject: [PATCH] chore: Update outdated GitHub Actions 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 4ebcf830..69898193 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,11 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v6 with: python-version: 3.x