Skip to content

Commit

Permalink
ci: use at least rye v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jul 19, 2023
1 parent ea45518 commit 50947c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Install specific version
uses: ./
with:
version: '0.9.0'
version: '0.11.0'
- run: |
which rye
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can also specify a specific version of rye
- name: Install a specific version
uses: eifinger/setup-rye@v1
with:
version: '0.10.0'
version: '0.11.0'
```
## How it works
Expand Down

0 comments on commit 50947c4

Please sign in to comment.