From e091788b885c5024b82e18cef082a922cd050481 Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Thu, 27 Jun 2024 12:11:52 +0200 Subject: [PATCH] bump setup-rye action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f519b7b..93c54f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Install Rye if: steps.changes.outputs.sources == 'true' - uses: eifinger/setup-rye@v2 + uses: eifinger/setup-rye@v3 with: enable-cache: true cache-prefix: "refiners-rye-cache"