Skip to content

Bump the github-actions group across 1 directory with 17 updates - #684

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-e876c1c611
Closed

Bump the github-actions group across 1 directory with 17 updates#684
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-e876c1c611

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 17 updates in the / directory:

Package From To
astral-sh/setup-uv 8.3.2 10.0.1
leynos/shared-actions/.github/actions/rust-build-release e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/stage-release-artefacts e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/linux-packages e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/windows-package e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/macos-package e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
taiki-e/install-action 2.85.3 2.87.1
leynos/shared-actions/.github/actions/setup-rust e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/install-mdtablefix c5a54701c8603a0fa756a6b34c49bc2af75a6c11 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/install-whitaker e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/install-nixie e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/upload-codescene-coverage e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/workflows/dependabot-automerge.yml 5daae0a332441d170d88ca648c9e71f0bbe96cb3 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/determine-release-modes e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/ensure-cargo-version e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/export-cargo-metadata e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f
leynos/shared-actions/.github/actions/upload-release-assets e041cb75c35c3524201a32d5e57c87408fbd5874 77ea10341249024e22ec5d9069e3caa7596e0d4f

Updates astral-sh/setup-uv from 8.3.2 to 10.0.1

Release notes

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

v10.0.1 🌈 Tolerate transient manifest timeouts

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"
</tr></table> 

... (truncated)

Commits

Updates leynos/shared-actions/.github/actions/rust-build-release from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/stage-release-artefacts from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/linux-packages from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/windows-package from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/macos-package from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates taiki-e/install-action from 2.85.3 to 2.87.1

Release notes

Sourced from taiki-e/install-action's releases.

2.87.1

  • Update uv@latest to 0.12.7.

  • Update typos@latest to 1.49.1.

  • Update syft@latest to 1.51.1.

  • Update prek@latest to 0.5.0.

  • Update d2@latest to 0.8.2.

  • Update cargo-zigbuild@latest to 0.23.3.

  • Update cargo-rdme@latest to 2.2.2.

  • Update biome@latest to 2.5.11.

2.87.0

  • Support kache. (#1980, thanks @​ChrisJr404)

  • Update vacuum@latest to 0.30.1.

  • Update uv@latest to 0.12.6.

  • Update mise@latest to 2026.8.14.

  • Update editorconfig-checker@latest to 3.11.2.

2.86.8

  • Update wasmtime@latest to 48.0.1.

  • Update wasm-tools@latest to 1.258.0.

  • Update oxfmt@latest to 1.80.0.

  • Update mise@latest to 2026.8.12.

  • Update kingfisher@latest to 2.0.0.

  • Update cargo-zigbuild@latest to 0.23.2.

2.86.7

  • Update tombi@latest to 1.4.1.

  • Update rafn@latest to 0.1.5.

  • Update cargo-binstall@latest to 1.22.0.

2.86.6

  • Update dprint@latest to 0.56.1.

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.87.5] - 2026-09-04

  • Update vacuum@latest to 0.30.3.

  • Update uv@latest to 0.12.9.

  • Update typos@latest to 1.50.1.

  • Update tombi@latest to 1.5.1.

  • Update release-plz@latest to 0.3.161.

  • Update prek@latest to 0.5.2.

  • Update oxfmt@latest to 1.81.0.

  • Update mise@latest to 2026.9.1.

  • Update martin@latest to 1.15.0.

  • Update git-cliff@latest to 2.14.1.

  • Update cargo-zigbuild@latest to 0.23.4.

  • Update cargo-deb@latest to 3.8.0.

  • Update biome@latest to 2.5.12.

[2.87.4] - 2026-09-02

  • Update uv@latest to 0.12.8.

  • Update protoc@latest to 3.36.1.

  • Update coreutils@latest to 0.11.0.

[2.87.3] - 2026-09-01

... (truncated)

Commits

Updates leynos/shared-actions/.github/actions/setup-rust from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/install-mdtablefix from c5a54701c8603a0fa756a6b34c49bc2af75a6c11 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/install-whitaker from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/install-nixie from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/upload-codescene-coverage from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/workflows/dependabot-automerge.yml from 5daae0a332441d170d88ca648c9e71f0bbe96cb3 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/determine-release-modes from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/ensure-cargo-version from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/export-cargo-metadata from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

Updates leynos/shared-actions/.github/actions/upload-release-assets from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f

Commits

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 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

Bumps the github-actions group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.3.2` | `10.0.1` |
| [leynos/shared-actions/.github/actions/rust-build-release](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/stage-release-artefacts](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/linux-packages](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/windows-package](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/macos-package](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.85.3` | `2.87.1` |
| [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/install-mdtablefix](https://github.com/leynos/shared-actions) | `c5a54701c8603a0fa756a6b34c49bc2af75a6c11` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/install-whitaker](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/install-nixie](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/workflows/dependabot-automerge.yml](https://github.com/leynos/shared-actions) | `5daae0a332441d170d88ca648c9e71f0bbe96cb3` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/determine-release-modes](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/ensure-cargo-version](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/export-cargo-metadata](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |
| [leynos/shared-actions/.github/actions/upload-release-assets](https://github.com/leynos/shared-actions) | `e041cb75c35c3524201a32d5e57c87408fbd5874` | `77ea10341249024e22ec5d9069e3caa7596e0d4f` |



Updates `astral-sh/setup-uv` from 8.3.2 to 10.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@11f9893...20cfd1b)

Updates `leynos/shared-actions/.github/actions/rust-build-release` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/stage-release-artefacts` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/linux-packages` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/windows-package` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/macos-package` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `taiki-e/install-action` from 2.85.3 to 2.87.1
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@18b1216...742a331)

Updates `leynos/shared-actions/.github/actions/setup-rust` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/install-mdtablefix` from c5a54701c8603a0fa756a6b34c49bc2af75a6c11 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@c5a5470...77ea103)

Updates `leynos/shared-actions/.github/actions/install-whitaker` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/install-nixie` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/upload-codescene-coverage` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/workflows/dependabot-automerge.yml` from 5daae0a332441d170d88ca648c9e71f0bbe96cb3 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@5daae0a...77ea103)

Updates `leynos/shared-actions/.github/actions/determine-release-modes` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/ensure-cargo-version` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/export-cargo-metadata` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

Updates `leynos/shared-actions/.github/actions/upload-release-assets` from e041cb75c35c3524201a32d5e57c87408fbd5874 to 77ea10341249024e22ec5d9069e3caa7596e0d4f
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@e041cb7...77ea103)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/rust-build-release
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/stage-release-artefacts
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/linux-packages
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/windows-package
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/macos-package
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.87.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/setup-rust
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/install-mdtablefix
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/install-whitaker
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/install-nixie
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/dependabot-automerge.yml
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/determine-release-modes
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/ensure-cargo-version
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/export-cargo-metadata
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-release-assets
  dependency-version: 77ea10341249024e22ec5d9069e3caa7596e0d4f
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates, applied to every Dependabot pull request. github-actions Dependabot channel for GitHub Actions updates, batched into one pull request per run. labels Sep 5, 2026

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @dependabot[bot], you've used your own review budget of 250,000 diff characters for the last 7 days.

You can request another review in 11 hours and 36 minutes by commenting @sourcery-ai review. Upgrade to get a review now.

@github-actions
github-actions Bot enabled auto-merge (squash) September 5, 2026 05:07
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Sep 7, 2026
auto-merge was automatically disabled September 7, 2026 01:42

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-e876c1c611 branch September 7, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates, applied to every Dependabot pull request. github-actions Dependabot channel for GitHub Actions updates, batched into one pull request per run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants