From d9c0419a5a3d8b7346a49a27caf90ac49834b01c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:14:11 +0000 Subject: [PATCH] chore(deps): update eifinger/setup-rye action to v4 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1734075..3845547 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Install the latest version of rye - uses: eifinger/setup-rye@v1 + uses: eifinger/setup-rye@v4 with: enable-cache: true