-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bump astral-sh/setup-uv from 4 to 5 #51
Bump astral-sh/setup-uv from 4 to 5 #51
Conversation
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -22,7 +22,9 @@ | |||
with: | |||
python-version: "3.13" | |||
- name: Set up uv | |||
uses: astral-sh/setup-uv@v4 | |||
uses: astral-sh/setup-uv@v5 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
@@ -49,7 +51,7 @@ | |||
name: packages | |||
path: dist/ | |||
- name: Publish to TestPyPI | |||
uses: pypa/gh-action-pypi-publish@release/v1 | |||
uses: pypa/gh-action-pypi-publish@v1.12.3 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
@@ -69,4 +71,4 @@ | |||
name: packages | |||
path: dist/ | |||
- name: Publish to PyPI | |||
uses: pypa/gh-action-pypi-publish@release/v1 | |||
uses: pypa/gh-action-pypi-publish@v1.12.3 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
@@ -30,7 +30,10 @@ | |||
with: | |||
python-version: ${{ matrix.python-version }} | |||
- name: Set up uv | |||
uses: astral-sh/setup-uv@v4 | |||
uses: astral-sh/setup-uv@v5 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium test
Bumps astral-sh/setup-uv from 4 to 5.
Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
180f8b4
Fix wrong cacheDependencyPathHash (#201)e3fb95a
Warn instead of fail for no-dependency-glob (#200)2af22b5
chore: update known checksums for 0.5.11 (#198)dd57877
Auto activate venv when python-version is set (#194)85aa0bf
chore: update known checksums for 0.5.10 (#196)1f2cbfa
Bump@types/node
from 22.10.1 to 22.10.2 (#189)25b3ce6
chore: update known checksums for 0.5.9 (#195)856099c
Add python version to cache key (#187)e3017a7
Default to enable-cache: true on GitHub hosted runners (#193)3460fe1
Always use api.github.com (#191)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)