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') }} 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)