Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps the major group with 3 updates in the / directory: dawidd6/action-download-artifact, actions/create-github-app-token and astral-sh/setup-uv.

Updates dawidd6/action-download-artifact from 7 to 9

Release notes

Sourced from dawidd6/action-download-artifact's releases.

v9

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v8...v9

v8

New features

  • use_unzip boolean input (defaulting to false) - if set to true, the action will use system provided unzip utility for unpacking downloaded artifact(s) (note that the action will first download the .zip artifact file, then unpack it and remove the .zip file)

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v7...v8

Commits

Updates actions/create-github-app-token from 1 to 2

Release notes

Sourced from actions/create-github-app-token's releases.

v2.0.0

2.0.0 (2025-04-03)

BREAKING CHANGES

  • Removed deprecated inputs (app_id, private_key, skip_token_revoke) and made app-id and private-key required in the action configuration.

v1.12.0

1.12.0 (2025-03-27)

Features

v1.11.7

1.11.7 (2025-03-20)

Bug Fixes

  • deps: bump undici from 5.28.4 to 7.5.0 (#214) (a24b46a)

v1.11.6

1.11.6 (2025-03-03)

Bug Fixes

  • deps: bump the production-dependencies group with 2 updates (#210) (1ff1dea)

v1.11.5

1.11.5 (2025-02-15)

Bug Fixes

... (truncated)

Commits
  • 3ff1caa build(release): 2.0.2 [skip ci]
  • eaef294 fix: improve log messages for token creation (#226)
  • 86e2496 build(release): 2.0.1 [skip ci]
  • 2411bfc fix(deps): bump the production-dependencies group across 1 directory with 2 u...
  • f17d09a build(deps-dev): bump the development-dependencies group with 3 updates (#225)
  • e250d17 ci(update-permission-inputs): add permissions (#230)
  • ed258b4 Rename workflow
  • 5c652ca Update update-inputs.yml
  • 60ee75d ci(update-inputs): create initial version (#229)
  • 064492a build(release): 2.0.0 [skip ci]
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 5 to 6

Release notes

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

v6.0.0 🌈 activate-environment and working-directory

Changes

This version contains some breaking changes which have been gathering up for a while. Lets dive into them:

Activate environment

In previous versions using the input python-version automatically activated a venv at the repository root. This led to some unwanted side-effects, was sometimes unexpected and not flexible enough.

The venv activation is now explicitly controlled with the new input activate-environment (false by default):

- name: Install the latest version of uv and activate the environment
  uses: astral-sh/setup-uv@v6
  with:
    activate-environment: true
- run: uv pip install pip

The venv gets created by the uv venv command so the python version is controlled by the python-version input or the files pyproject.toml, uv.toml, .python-version in the working-directory.

Working Directory

The new input working-directory controls where we look for pyproject.toml, uv.toml and .python-version files which are used to determine the version of uv and python to install.

It can also be used to control where the venv gets created.

- name: Install uv based on the config files in the working-directory
  uses: astral-sh/setup-uv@v6
  with:
    working-directory: my/subproject/dir

[!CAUTION]

The inputs pyproject-file and uv-file have been removed.

Default cache-dependency-glob

@​ssbarnea found out that the default cache-dependency-glob was not suitable for a lot of users.

The old default

... (truncated)

Commits

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions labels Apr 25, 2025
@vercel
Copy link

vercel bot commented Apr 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 16, 2025 11:55am

@qa-wolf
Copy link

qa-wolf bot commented Apr 25, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@codecov
Copy link

codecov bot commented Apr 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.27%. Comparing base (efba773) to head (4e9793c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6502   +/-   ##
=======================================
  Coverage   85.27%   85.27%           
=======================================
  Files         110      110           
  Lines       47345    47345           
=======================================
  Hits        40375    40375           
  Misses       6970     6970           
Flag Coverage Δ
rust 85.27% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from dfcd108 to 9e8ea1c Compare April 27, 2025 04:27
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 9e8ea1c to 4e9793c Compare April 28, 2025 11:40
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 4e9793c to 1a029dc Compare April 29, 2025 20:33
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 1a029dc to cb5728d Compare May 1, 2025 13:37
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from cb5728d to 4666c95 Compare May 5, 2025 11:08
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 4666c95 to 394d312 Compare May 12, 2025 10:34
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch 3 times, most recently from 431017b to 977be68 Compare May 12, 2025 16:39
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 977be68 to f2d138d Compare May 15, 2025 03:34
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from f2d138d to bbe436d Compare May 16, 2025 19:44
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from bbe436d to b58384e Compare May 16, 2025 20:12
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from b58384e to 79a1280 Compare May 19, 2025 10:30
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 79a1280 to 8b2d1f7 Compare May 26, 2025 10:48
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 8b2d1f7 to 9597e7e Compare June 2, 2025 11:15
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 9597e7e to d79d866 Compare June 4, 2025 14:14
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from d79d866 to 1e04579 Compare June 9, 2025 11:07
Bumps the major group with 3 updates in the / directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact), [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `dawidd6/action-download-artifact` from 7 to 9
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v7...v9)

Updates `actions/create-github-app-token` from 1 to 2
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@v1...v2)

Updates `astral-sh/setup-uv` from 5 to 6
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v5...v6)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: actions/create-github-app-token
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: astral-sh/setup-uv
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/major-e8a573ac7c branch from 1e04579 to 5b23fce Compare June 16, 2025 11:41
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 23, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/major-e8a573ac7c branch June 23, 2025 10:26
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 meta/github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants