github-actions
released this
09 Dec 09:38
·
112 commits
to refs/heads/main
since this release
Changes
If your rye project is not at the root of the repository you can specify the working directory relative to the repository root. This is useful for monorepos.
If you do not use the caching feature working-directory
will have no effect.
- name: Enable caching and define a working directory
uses: eifinger/setup-rye@v1
with:
enable-cache: true
working-directory: 'path/to/rye/project'
Thank you @catwell for reporting this missing feature.
✨ New features
⬆️ Dependency updates
- chore(deps-dev): bump @types/node from 20.8.10 to 20.10.4 @dependabot (#111)
- chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 @dependabot (#110)
- chore(deps-dev): bump eslint from 8.52.0 to 8.55.0 @dependabot (#108)
- chore(deps-dev): bump prettier from 3.0.3 to 3.1.0 @dependabot (#99)
- chore(deps-dev): bump @types/node from 20.8.9 to 20.8.10 @dependabot (#96)