Skip to content

Commit

Permalink
Upgrade: Bump eifinger/setup-rye from 1 to 4 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [eifinger/setup-rye](https://github.com/eifinger/setup-rye) from 1 to 4.
- [Release notes](https://github.com/eifinger/setup-rye/releases)
- [Commits](eifinger/setup-rye@v1...v4)

---
updated-dependencies:
- dependency-name: eifinger/setup-rye
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 64d0672 commit cded300
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Rye
uses: eifinger/setup-rye@v1
uses: eifinger/setup-rye@v4

- name: Pin active Python
run: rye pin ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Rye
uses: eifinger/setup-rye@v1
uses: eifinger/setup-rye@v4

- name: Build wheels
run: |
Expand Down

0 comments on commit cded300

Please sign in to comment.