Skip to content

Commit 50947c4

Browse files
committed
ci: use at least rye v0.11.0
1 parent ea45518 commit 50947c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Install specific version
3131
uses: ./
3232
with:
33-
version: '0.9.0'
33+
version: '0.11.0'
3434
- run: |
3535
which rye

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can also specify a specific version of rye
2424
- name: Install a specific version
2525
uses: eifinger/setup-rye@v1
2626
with:
27-
version: '0.10.0'
27+
version: '0.11.0'
2828
```
2929
3030
## How it works

0 commit comments

Comments
 (0)