diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 8963ba7d5..8df06ca91 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -14,19 +14,19 @@ jobs: - name: Restore lychee cache id: restore-cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: .lycheecache key: cache-lychee-${{ github.sha }} restore-keys: cache-lychee- - name: Run lychee - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v1.9.3 with: args: "--base . --cache --max-cache-age 1d . --max-redirects 10 --max-retries 5 --user-agent Chrome/51.0.2704.103 Safari/537.36" - name: Save lychee cache - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 if: always() with: path: .lycheecache diff --git a/package.json b/package.json index cc7364b81..6be1ac54d 100644 --- a/package.json +++ b/package.json @@ -88,5 +88,5 @@ "sharp": "0.33.2", "vue": "^3.4.19" }, - "packageManager": "pnpm@8.15.3" + "packageManager": "pnpm@8.15.4" }