Skip to content

ci: bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/actions/setup#18667

Merged
BeryJu merged 1 commit intomainfrom
dependabot/github_actions/dot-github/actions/setup/astral-sh/setup-uv-7.1.5
Dec 8, 2025
Merged

ci: bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/actions/setup#18667
BeryJu merged 1 commit intomainfrom
dependabot/github_actions/dot-github/actions/setup/astral-sh/setup-uv-7.1.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps astral-sh/setup-uv from 7.1.4 to 7.1.5.

Release notes

Sourced from astral-sh/setup-uv's releases.

v7.1.5 🌈 allow setting cache-local-path without enable-cache: true

Changes

astral-sh/setup-uv#612 fixed a faulty behavior where this action set UV_CACHE_DIR even though enable-cache was false. It also fixed the cases were the cache dir is already configured in a settings file like pyproject.toml or UV_CACHE_DIR was already set. Here the action shouldn't overwrite or set UV_CACHE_DIR.

These fixes introduced an unwanted behavior: You can still set cache-local-path but this action didn't do anything. This release fixes that.

You can now use cache-local-path to automatically set UV_CACHE_DIR even when enable-cache is false (or gets set to false by default e.g. on self-hosted runners)

- name: This is now possible
  uses: astral-sh/setup-uv@v7
  with:
    enable-cache: false
    cache-local-path: "/path/to/cache"

🐛 Bug fixes

🧰 Maintenance

⬆️ Dependency updates

Commits

Dependabot compatibility score

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)

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.4 to 7.1.5.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@1e862df...ed21f2f)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 8, 2025 04:28
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2025
@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit d84ffcb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/693653fb1cae4c00087e972d

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit d84ffcb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693653fbb9b4ea0008cd4ff2
😎 Deploy Preview https://deploy-preview-18667--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit d84ffcb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/693653fb4f8d850008d6e531

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.16%. Comparing base (37ca473) to head (d84ffcb).
⚠️ Report is 15 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18667      +/-   ##
==========================================
- Coverage   93.21%   93.16%   -0.05%     
==========================================
  Files         933      933              
  Lines       51255    51255              
==========================================
- Hits        47775    47752      -23     
- Misses       3480     3503      +23     
Flag Coverage Δ
e2e 44.76% <ø> (+<0.01%) ⬆️
integration 22.75% <ø> (-0.06%) ⬇️
unit 91.43% <ø> (+<0.01%) ⬆️
unit-migrate 91.48% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit a627396 into main Dec 8, 2025
98 checks passed
@BeryJu BeryJu deleted the dependabot/github_actions/dot-github/actions/setup/astral-sh/setup-uv-7.1.5 branch December 8, 2025 10:09
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (23 commits)
  *: Auto compress images (#18673)
  website/integrations: update kimai doc (#18629)
  root: skip current tab when refreshing others (#18674)
  core: add digraph group hierarchy (#17050)
  core: bump astral-sh/uv from 0.9.15 to 0.9.16 (#18668)
  core: bump goauthentik.io/api/v3 from 3.2025120.16 to 3.2025120.18 (#18661)
  web: bump type-fest from 5.3.0 to 5.3.1 in /web (#18663)
  ci: bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#18666)
  web: bump vite from 7.2.6 to 7.2.7 in /web (#18662)
  core: bump goauthentik/fips-debian from `a80dbbd` to `10c8086` (#18665)
  ci: bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#18664)
  ci: bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/actions/setup (#18667)
  website/docs: background tasks: add more detail about "next run" (#18660)
  website/docs: install-config: fix dump_config command (#18659)
  website/integrations: wordpress: fix redirect uri (#18658)
  stages/mtls: always include cert in flow plan (#18657)
  endpoints: fix UI bugs, add user binding, etc (#18609)
  sources/ldap: make server info optional (#18648)
  web/admin: fix event volume chart not updating with query (#18649)
  web: Bump types, fix ESLint errors (#17546)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant