Skip to content

fix(deps): disable setup-uv caching to suppress warnings on non-python repos#18

Merged
PythonWoods-Dev merged 3 commits into
mainfrom
release/v1.3.2-prep
Jun 7, 2026
Merged

fix(deps): disable setup-uv caching to suppress warnings on non-python repos#18
PythonWoods-Dev merged 3 commits into
mainfrom
release/v1.3.2-prep

Conversation

@PythonWoods-Dev

Copy link
Copy Markdown
Contributor

Release v1.3.2-prep

As requested by the Tech Lead, this patch disables dependency caching in the astral-sh/setup-uv action.
Since Zenzic is a documentation linter, this Action is frequently used on non-Python repositories (e.g. Node/Docusaurus projects). Disabling the cache ensures the Action remains completely agnostic and silent, preventing noisy warnings about missing pyproject.toml or lock files in the end-user's CI logs.

PythonWoods-Dev and others added 3 commits June 7, 2026 16:55
Bumps the actions-all group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/checkout](https://github.com/actions/checkout).


Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@0880764...fac544c)

Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-all
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@PythonWoods-Dev PythonWoods-Dev merged commit 1d07cb6 into main Jun 7, 2026
4 checks passed
@PythonWoods-Dev PythonWoods-Dev deleted the release/v1.3.2-prep branch June 7, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant