Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump eifinger/setup-rye from 4.2.3 to 4.2.6 in the actions group across 1 directory #163

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timezoneWindows: "China Standard Time"

- name: Setup rye
uses: eifinger/setup-rye@a64bd427414a77fd506d9a85a590ab36d71cf86a
uses: eifinger/setup-rye@cba39b644640fb95c375ce5bfe2fdf33c0b815fc
with:
enable-cache: true
cache-prefix: ${{ env.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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup rye
uses: eifinger/setup-rye@a64bd427414a77fd506d9a85a590ab36d71cf86a
uses: eifinger/setup-rye@cba39b644640fb95c375ce5bfe2fdf33c0b815fc
with:
enable-cache: true

Expand Down
Loading