From 2c2c67665fd25b7b2abdedf777820c63abf2fac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:07:29 +0000 Subject: [PATCH] ci: bump the github-actions group across 1 directory with 3 updates (#21482) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the github-actions group with 3 updates in the / directory: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata), [nix-community/cache-nix-action](https://github.com/nix-community/cache-nix-action) and [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign). Updates `dependabot/fetch-metadata` from 2.4.0 to 2.5.0
Release notes

Sourced from dependabot/fetch-metadata's releases.

v2.5.0

What's Changed

Full Changelog: https://github.com/dependabot/fetch-metadata/compare/v2...v2.5.0

Commits

Updates `nix-community/cache-nix-action` from 6.1.3 to 7.0.0
Release notes

Sourced from nix-community/cache-nix-action's releases.

v7.0.0

What's Changed

Breaking changes

Added

Fixed

Changed (docs)

Changed (deps)

... (truncated)

Commits

Updates `toshimaru/auto-author-assign` from 2.1.1 to 3.0.1
Release notes

Sourced from toshimaru/auto-author-assign's releases.

v3.0.1

What's Changed

Dependencies

Chores

Full Changelog: https://github.com/toshimaru/auto-author-assign/compare/v3.0.0...v3.0.1

v3.0.0

What's Changed

Chores

Docs

Full Changelog: https://github.com/toshimaru/auto-author-assign/compare/v2.1.2...v3.0.0

v2.1.2

What's Changed

Dependencies

... (truncated)

Changelog

Sourced from toshimaru/auto-author-assign's changelog.

Changelog

3.0.1 (2025-12-25)

Miscellaneous Chores

3.0.0 (2025-12-21)

Features

Miscellaneous Chores

2.1.2 (2025-12-16)

2.1.1 (2024-06-26)

2.1.0 (2024-01-17)

2.0.1 (2023-09-26)

2.0.0 (2023-09-24)

1.6.2 (2023-01-03)

1.6.1 (2022-08-01)

1.6.0 (2022-07-28)

1.5.1 (2022-07-22)

1.5.0 (2022-03-28)

1.4.0 (2021-10-17)

... (truncated)

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-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 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependabot.yaml | 2 +- .github/workflows/dogfood.yaml | 2 +- .github/workflows/pr-auto-assign.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml index f6da7119ea..845171db51 100644 --- a/.github/workflows/dependabot.yaml +++ b/.github/workflows/dependabot.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0 + uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/dogfood.yaml b/.github/workflows/dogfood.yaml index 59a84806c9..3f68fa81a0 100644 --- a/.github/workflows/dogfood.yaml +++ b/.github/workflows/dogfood.yaml @@ -42,7 +42,7 @@ jobs: # on version 2.29 and above. nix_version: "2.28.5" - - uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6.1.3 + - uses: nix-community/cache-nix-action@b426b118b6dc86d6952988d396aa7c6b09776d08 # v7.0.0 with: # restore and save a cache using this key primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }} diff --git a/.github/workflows/pr-auto-assign.yaml b/.github/workflows/pr-auto-assign.yaml index 1d6f990e10..84a88ce816 100644 --- a/.github/workflows/pr-auto-assign.yaml +++ b/.github/workflows/pr-auto-assign.yaml @@ -20,4 +20,4 @@ jobs: egress-policy: audit - name: Assign author - uses: toshimaru/auto-author-assign@16f0022cf3d7970c106d8d1105f75a1165edb516 # v2.1.1 + uses: toshimaru/auto-author-assign@4d585cc37690897bd9015942ed6e766aa7cdb97f # v3.0.1