We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea45518 commit 50947c4Copy full SHA for 50947c4
.github/workflows/test.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Install specific version
31
uses: ./
32
with:
33
- version: '0.9.0'
+ version: '0.11.0'
34
- run: |
35
which rye
README.md
@@ -24,7 +24,7 @@ You can also specify a specific version of rye
24
- name: Install a specific version
25
uses: eifinger/setup-rye@v1
26
27
- version: '0.10.0'
28
```
29
## How it works
0 commit comments