diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba98742e37..c2f75a9369 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' cache: "npm" diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ef415c3d18..e4363f9c73 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ github.head_ref }} - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' cache: npm @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' cache: npm diff --git a/docs/unraid-os/system-administration/maintain-and-update/changing-the-flash-device.mdx b/docs/unraid-os/system-administration/maintain-and-update/changing-the-flash-device.mdx index e8bbbc9922..51dbe9a22b 100644 --- a/docs/unraid-os/system-administration/maintain-and-update/changing-the-flash-device.mdx +++ b/docs/unraid-os/system-administration/maintain-and-update/changing-the-flash-device.mdx @@ -68,6 +68,8 @@ The [forum announcement on counterfeit SanDisk drives](https://forums.unraid.net ::: +::: + --- ## Replacing your USB flash device diff --git a/docs/unraid-os/using-unraid-to/manage-storage/apple-time-machine.mdx b/docs/unraid-os/using-unraid-to/manage-storage/apple-time-machine.mdx index 5d69da5b76..68974d3189 100644 --- a/docs/unraid-os/using-unraid-to/manage-storage/apple-time-machine.mdx +++ b/docs/unraid-os/using-unraid-to/manage-storage/apple-time-machine.mdx @@ -30,6 +30,8 @@ Some users report intermittent issues with Time Machine and network shares on ma ::: +::: + ## Creating a Time Machine share :::caution[Before you begin] diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/maintain-and-update/changing-the-flash-device.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/maintain-and-update/changing-the-flash-device.mdx index c2dcbc2099..3736120e36 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/maintain-and-update/changing-the-flash-device.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/maintain-and-update/changing-the-flash-device.mdx @@ -51,7 +51,7 @@ USB 闪存设备对您的 Unraid 服务器至关重要,因为它存储操作 - 在传输许可证之前,请在您的服务器上测试新驱动器。 - 即使是知名品牌的产品,也要注意假冒产品。 :::注 -2022 年 1 月发布的[关于假冒 SanDisk 驱动的论坛公告](https://forums.unraid.net/topic/119052-psa-on-sandisk-usbs/)确认,由于假冒设备和制造变更导致生成非唯一 GUID,SanDisk 不被推荐。这影响了假冒和正品 SanDisk 驱动。 + 2022 年 1 月发布的[关于假冒 SanDisk 驱动的论坛公告](https://forums.unraid.net/topic/119052-psa-on-sandisk-usbs/)确认,由于假冒设备和制造变更导致生成非唯一 GUID,SanDisk 不被推荐。这影响了假冒和正品 SanDisk 驱动。 ::: :::