From cf38adc35683c0f87bdde4dd4b2e20397dec0673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 18:10:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbb6906..0ec6b34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup uv and set the python version uses: astral-sh/setup-uv@v6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b2fdb3..1ee1d0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup uv and set the python version uses: astral-sh/setup-uv@v6