From 9c7dbd6c03c11ec8e742659750022f6cef64ffd7 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Wed, 19 Jul 2023 12:22:51 +0200 Subject: [PATCH] ci: use at least rye v0.11.0 --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c8aa14..0d74f34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,6 @@ jobs: - name: Install specific version uses: ./ with: - version: '0.9.0' + version: '0.11.0' - run: | which rye diff --git a/README.md b/README.md index 97bb8b8..c1b9381 100644 --- a/README.md +++ b/README.md @@ -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