mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
bump setup-rye action to v3
This commit is contained in:
parent
245f51393e
commit
e091788b88
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install Rye
|
- name: Install Rye
|
||||||
if: steps.changes.outputs.sources == 'true'
|
if: steps.changes.outputs.sources == 'true'
|
||||||
uses: eifinger/setup-rye@v2
|
uses: eifinger/setup-rye@v3
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-prefix: "refiners-rye-cache"
|
cache-prefix: "refiners-rye-cache"
|
||||||
|
|
Loading…
Reference in a new issue