From ae2926c7931553994cd2b6b8aebad351f363a563 Mon Sep 17 00:00:00 2001 From: Coding-Dev-Tools Date: Thu, 25 Jun 2026 07:40:49 -0400 Subject: [PATCH 1/2] improve: update pyproject.toml dependencies From 535a45ed4b8623c5087dd852d4d43dd612188c20 Mon Sep 17 00:00:00 2001 From: Coding-Dev-Tools Date: Thu, 25 Jun 2026 07:40:51 -0400 Subject: [PATCH 2/2] improve: update GitHub Actions to checkout@v4 and setup-python@v5 --- .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 28da777..6df3282 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,12 +17,12 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@v4 with: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}