Skip to content

Commit

Permalink
Merge pull request #196 from Starry-OvO/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/eifinger/setup-rye-3

chore(deps): bump eifinger/setup-rye from 2 to 3
  • Loading branch information
Starry-OvO committed May 11, 2024
2 parents 820e41c + 2c7e6e8 commit a38e361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
ref: develop

- name: Setup Rye
uses: eifinger/setup-rye@v2
uses: eifinger/setup-rye@v3

- name: Pin Py${{ matrix.python-version }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pages.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Rye
uses: eifinger/setup-rye@v2
uses: eifinger/setup-rye@v3

- name: Install dependencies
run: rye sync -q
Expand Down

0 comments on commit a38e361

Please sign in to comment.