From d52354d146199b59df07104f22303f4d3b49ff7a Mon Sep 17 00:00:00 2001 From: Lachlan Harris <121010139+lachlanharrisdev@users.noreply.github.com> Date: Tue, 5 May 2026 08:41:49 +1000 Subject: [PATCH] chore(ci): update deprecated actions --- .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 d50babb..7d774f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.14"