diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index eb22c9bd..8c4125e9 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Restore lychee cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .lycheecache key: lychee-cache-${{ runner.os }} diff --git a/.github/workflows/visual.yml b/.github/workflows/visual.yml index aeeaf444..a75e775d 100644 --- a/.github/workflows/visual.yml +++ b/.github/workflows/visual.yml @@ -41,7 +41,7 @@ jobs: - run: pnpm install --frozen-lockfile - name: Cache Playwright browsers - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('pnpm-lock.yaml') }}