Skip to content

Commit 4bb868e

Browse files
chore(deps): bump actions/cache from 4.3.0 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cd9d33 commit 4bb868e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/algolia-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dev-docs:
3030
- 'develop-docs/**'
3131
32-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
32+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3333
with:
3434
path: |
3535
${{ github.workspace }}/.next/cache

.github/workflows/lint-404s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- 'scripts/lint-404s/**'
3636
dev-docs:
3737
- 'develop-docs/**'
38-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
38+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3939
with:
4040
path: |
4141
${{ github.workspace }}/.next/cache

.github/workflows/lint-external-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Restore lychee cache
4646
if: steps.changed.outputs.files != ''
47-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
47+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4848
with:
4949
path: .lycheecache
5050
key: lychee-cache-
@@ -76,7 +76,7 @@ jobs:
7676
# - Transient errors (429, 5xx) are excluded from cache and retried
7777
# - Save updated cache for next run
7878
- name: Restore lychee cache
79-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
79+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8080
with:
8181
path: .lycheecache
8282
key: lychee-cache-
@@ -95,7 +95,7 @@ jobs:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696

9797
- name: Save lychee cache
98-
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
98+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9999
if: always()
100100
with:
101101
path: .lycheecache

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version-file: 'package.json'
3434
cache: 'pnpm'
3535

36-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
36+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3737
with:
3838
path: |
3939
${{ github.workspace }}/.next/cache
@@ -93,7 +93,7 @@ jobs:
9393
node-version-file: 'package.json'
9494
cache: 'pnpm'
9595

96-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
96+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9797
with:
9898
path: |
9999
${{ github.workspace }}/.next/cache

0 commit comments

Comments
 (0)