Skip to content

Commit

Permalink
Bump eifinger/setup-rye from 4.2.1 to 4.2.8
Browse files Browse the repository at this point in the history
Bumps [eifinger/setup-rye](https://github.com/eifinger/setup-rye) from 4.2.1 to 4.2.8.
- [Release notes](https://github.com/eifinger/setup-rye/releases)
- [Commits](eifinger/setup-rye@v4.2.1...v4.2.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent cab3b5d commit 045b30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install the latest version of Rye
uses: eifinger/setup-rye@v4.2.1
uses: eifinger/setup-rye@v4.2.8
- name: Build the package
run: rye build
- uses: actions/upload-artifact@v4.3.3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version-branch-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Install the latest version of Rye
uses: eifinger/setup-rye@v4.2.1
uses: eifinger/setup-rye@v4.2.8
- name: Setup the environment
run: rye sync --all-features
- name: Test with pytest
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install the latest version of Rye
uses: eifinger/setup-rye@v4.2.1
uses: eifinger/setup-rye@v4.2.8
- name: Build the package
run: rye build
- uses: actions/upload-artifact@v4.3.3
Expand Down

0 comments on commit 045b30a

Please sign in to comment.