From 3e3f7818f6ff8db56837c25a470d6cee7ce49837 Mon Sep 17 00:00:00 2001 From: Allison Wang Date: Tue, 4 Nov 2025 16:17:46 -0800 Subject: [PATCH] chore(ci): refresh checkout and uv actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/docs.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfeef00..105d63f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install uv - uses: astral-sh/setup-uv@v1 + uses: astral-sh/setup-uv@v7 - name: Ensure Python ${{ matrix.python-version }} run: uv python install ${{ matrix.python-version }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d0fd14b..795358d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,10 +28,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install uv - uses: astral-sh/setup-uv@v1 + uses: astral-sh/setup-uv@v7 - name: Ensure Python 3.11 run: uv python install 3.11