From 906f8f5ab9de9da46f5438ffd8ed788d9cfb0b6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:45:04 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/links.yml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" }