From 6ce206829b6c94cc06b5e7f435d850ea15d76930 Mon Sep 17 00:00:00 2001 From: "my-renovate[bot]" <105243867+my-renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:11:12 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.0.1 --- .github/workflows/links.yml | 2 +- .github/workflows/mega-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index e87a4628..f2a8d3e9 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -24,7 +24,7 @@ jobs: uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 - name: Restore lychee cache - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: .lycheecache key: cache-lychee-${{ github.sha }} diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index e5cd2a2c..35c99770 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Restore lychee cache - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: .lycheecache key: cache-lychee-${{ github.sha }}