Skip to content

Build(deps): bump the github-actions group across 1 directory with 16 updates - #563

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

Build(deps): bump the github-actions group across 1 directory with 16 updates#563
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-3fc3c0c12d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 16 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 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/stage-release-artefacts 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/linux-packages 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/windows-package 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/macos-package 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/setup-rust 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
taiki-e/install-action 2.85.3 2.86.7
leynos/shared-actions/.github/actions/generate-coverage 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/upload-codescene-coverage 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/workflows/dependabot-automerge.yml 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/workflows/mutation-cargo.yml 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/determine-release-modes 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/ensure-cargo-version 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/export-cargo-metadata 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
leynos/shared-actions/.github/actions/upload-release-assets 18b2ea047ab1c761db2c4171aa7e73945badf3ec 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

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 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/stage-release-artefacts from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/linux-packages from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/windows-package from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/macos-package from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/setup-rust from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

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

Release notes

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

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.

  • Update cargo-lambda@latest to 1.9.2.

  • Update biome@latest to 2.5.10.

2.86.5

  • Update zola@latest to 0.23.4.

  • Update wasm-tools@latest to 1.257.1.

  • Update protoc@latest to 3.36.0.

  • Update mise@latest to 2026.8.10.

  • Update cargo-dinghy@latest to 0.8.6.

  • Update wasmtime@latest to 48.0.0.

2.86.4

  • Update oxfmt@latest to 1.79.0.

  • Update mise@latest to 2026.8.8.

  • Update martin@latest to 1.14.0.

  • Update dprint@latest to 0.56.0.

  • Update cargo-about@latest to 0.9.2.

  • Update biome@latest to 2.5.9.

2.86.3

  • Update prek@latest to 0.4.14.

  • Update osv-scanner@latest to 2.5.1.

  • Update cargo-llvm-cov@latest to 0.9.0.

2.86.2

  • Update uv@latest to 0.12.5.

... (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.2] - 2026-08-30

  • Update typos@latest to 1.50.0.

  • Update tombi@latest to 1.5.0.

  • Update shfmt@latest to 3.14.0.

[2.87.1] - 2026-08-29

  • 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] - 2026-08-27

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

... (truncated)

Commits

Updates leynos/shared-actions/.github/actions/generate-coverage from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/upload-codescene-coverage from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/workflows/dependabot-automerge.yml from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/workflows/mutation-cargo.yml from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/determine-release-modes from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/ensure-cargo-version from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/export-cargo-metadata from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

Updates leynos/shared-actions/.github/actions/upload-release-assets from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf

Commits

@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 Aug 15, 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 have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@github-actions
github-actions Bot enabled auto-merge (squash) August 15, 2026 00:34
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 0429735 to 12167d5 Compare August 16, 2026 02:16
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 12167d5 to 920a7d2 Compare August 22, 2026 00:35
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 920a7d2 to 325fd82 Compare August 23, 2026 01:09
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 325fd82 to 8f3648e Compare August 23, 2026 03:02
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 8f3648e to d90e1ef Compare August 28, 2026 10:47
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from d90e1ef to d9cd52c Compare August 29, 2026 00:51
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from d9cd52c to 2673d4d Compare August 30, 2026 21:48
codescene-access[bot]

This comment was marked as outdated.

… updates

Bumps the github-actions group with 16 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) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/stage-release-artefacts](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/linux-packages](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/windows-package](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/macos-package](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.85.3` | `2.86.7` |
| [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/workflows/dependabot-automerge.yml](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/workflows/mutation-cargo.yml](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/determine-release-modes](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/ensure-cargo-version](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/export-cargo-metadata](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |
| [leynos/shared-actions/.github/actions/upload-release-assets](https://github.com/leynos/shared-actions) | `18b2ea047ab1c761db2c4171aa7e73945badf3ec` | `00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf` |



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 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/stage-release-artefacts` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/linux-packages` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/windows-package` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/macos-package` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/setup-rust` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `taiki-e/install-action` from 2.85.3 to 2.86.7
- [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...b6ff580)

Updates `leynos/shared-actions/.github/actions/generate-coverage` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/upload-codescene-coverage` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/workflows/dependabot-automerge.yml` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/workflows/mutation-cargo.yml` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/determine-release-modes` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/ensure-cargo-version` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/export-cargo-metadata` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

Updates `leynos/shared-actions/.github/actions/upload-release-assets` from 18b2ea047ab1c761db2c4171aa7e73945badf3ec to 00fdcd5ff52c3f9eda64bb8a51869f7dff1b3ecf
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@18b2ea0...00fdcd5)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/determine-release-modes
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/ensure-cargo-version
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/export-cargo-metadata
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/generate-coverage
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/linux-packages
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/macos-package
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/rust-build-release
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/setup-rust
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/stage-release-artefacts
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-release-assets
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/windows-package
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/dependabot-automerge.yml
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/mutation-cargo.yml
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.85.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 2673d4d to 458181c Compare August 31, 2026 20:53
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 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 1, 2026
auto-merge was automatically disabled September 1, 2026 18:17

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-3fc3c0c12d branch September 1, 2026 18:17
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