From 654c2c3539c13ea97f12437172b3860f2d4d38e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 12:06:25 +0000 Subject: [PATCH 1/2] build(deps): bump the github group across 1 directory with 3 updates Bumps the github group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 6 +++--- .github/workflows/prowlarr-ci.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index f05156dda..1aa5d6df3 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -19,7 +19,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -30,12 +30,12 @@ jobs: cache: "pip" - name: 📦 Setup Node.js 20 - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "20" - name: 🔧 Cache pre-commit environments - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pre-commit diff --git a/.github/workflows/prowlarr-ci.yml b/.github/workflows/prowlarr-ci.yml index 844367bd9..b7094e458 100644 --- a/.github/workflows/prowlarr-ci.yml +++ b/.github/workflows/prowlarr-ci.yml @@ -18,7 +18,7 @@ jobs: env: API_KEY: fakeapikey steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v6 @@ -27,7 +27,7 @@ jobs: cache: "pip" - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "18" @@ -35,7 +35,7 @@ jobs: run: pip install -r requirements.txt - name: Cache pre-commit hooks - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }} From e8b780fc8e932c81309b5070edc1fd31eaa33e09 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 12:06:40 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- lidarr/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lidarr/faq.md b/lidarr/faq.md index 0d61a6a19..e7a0d776a 100644 --- a/lidarr/faq.md +++ b/lidarr/faq.md @@ -172,7 +172,7 @@ As of Lidarr v2, Authentication is Mandatory. ## How can I find a MusicBrainz ID? 1. [Search for your desired artist or album](https://musicbrainz.org/search) (use `Release Group` type for albums) -2. The MusicBrainz ID can be found under the "Details" tab: +2. The MusicBrainz ID can be found under the "Details" tab: ![musicbrainz_id_detail_tab.png](/images/musicbrainz_id_detail_tab.png) 3. Or at the end of the URL: ![musicbrainz_id_url.png](/images/musicbrainz_id_url.png)