Skip to content

Commit e0f9f4e

Browse files
authored
Bump astral-sh/setup-uv from 7.5.0 to 7.6.0 [skip ci]
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.5.0 to 7.6.0. Release notes *Sourced from [astral-sh/setup-uv's releases](https://github.com/astral-sh/setup-uv/releases).* > v7.6.0 🌈 Fetch uv from Astral's mirror by default > ------------------------------------------------- > > Changes > ------- > > We now default to download uv from `releases.astral.sh`. > This means by default we don't hit the GitHub API at all and shouldn't see any rate limits and timeouts any more. > > 🚀 Enhancements > -------------- > > * Fetch uv from Astral's mirror by default [`@​zsol`](https://github.com/zsol) ([#809](https://redirect.github.com/astral-sh/setup-uv/issues/809)) > > 🧰 Maintenance > ------------- > > * Switch to ESM for source and test, use CommonJS for dist [`@​eifinger`](https://github.com/eifinger) ([#806](https://redirect.github.com/astral-sh/setup-uv/issues/806)) > * chore: update known checksums for 0.10.10 @[github-actions[bot]](https://github.com/apps/github-actions) ([#804](https://redirect.github.com/astral-sh/setup-uv/issues/804)) > > ⬆️ Dependency updates > --------------------- > > * chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 @[dependabot[bot]](https://github.com/apps/dependabot) ([#808](https://redirect.github.com/astral-sh/setup-uv/issues/808)) > * Bump deps [`@​eifinger`](https://github.com/eifinger) ([#805](https://redirect.github.com/astral-sh/setup-uv/issues/805)) Commits * [`37802ad`](astral-sh/setup-uv@37802ad) Fetch uv from Astral's mirror by default ([#809](https://redirect.github.com/astral-sh/setup-uv/issues/809)) * [`9f00d18`](astral-sh/setup-uv@9f00d18) chore(deps): bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 ([#808](https://redirect.github.com/astral-sh/setup-uv/issues/808)) * [`fd8f376`](astral-sh/setup-uv@fd8f376) Switch to ESM for source and test, use CommonJS for dist ([#806](https://redirect.github.com/astral-sh/setup-uv/issues/806)) * [`f9070de`](astral-sh/setup-uv@f9070de) Bump deps ([#805](https://redirect.github.com/astral-sh/setup-uv/issues/805)) * [`cadb67b`](astral-sh/setup-uv@cadb67b) chore: update known checksums for 0.10.10 ([#804](https://redirect.github.com/astral-sh/setup-uv/issues/804)) * See full diff in [compare view](astral-sh/setup-uv@e06108d...37802ad) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=astral-sh/setup-uv&package-manager=github\_actions&previous-version=7.5.0&new-version=7.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 show 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)
2 parents bad16b3 + 96deda4 commit e0f9f4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14-
- uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
14+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
1515
with:
1616
version: "latest"
1717
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ["3.10", "3.11", "3.12", "3.13"]
3434
steps:
3535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36-
- uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
36+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3737
with:
3838
version: "latest"
3939
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -57,7 +57,7 @@ jobs:
5757
arcadedb.server.rootPassword: playwithdata
5858
steps:
5959
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
60-
- uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
60+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
6161
with:
6262
version: "latest"
6363
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
environment: pypi
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16-
- uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
16+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
1717
with:
1818
version: "latest"
1919
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

0 commit comments

Comments
 (0)