The Node.js® Website

meta: bump actions/cache from 4.0.0 to 4.0.1 (#6385)

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/13aacd865c20de90d75de3b17ebe84f7a17d57d2...ab5e6d0c87105b4c9c2047343972218f562e4319)

---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by dependabot[bot] dependabot[bot] and committed by GitHub 4ea53f96 a8661ae6

+4 -4
+2 -2
.github/workflows/lint-and-tests.yml
··· 85 ref: ${{ github.event.pull_request.head.ref || github.ref }} 86 87 - name: Restore Lint Cache 88 - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 89 with: 90 path: | 91 .turbo/cache ··· 150 (github.event_name == 'pull_request_target' && 151 startsWith(github.event.pull_request.head.ref, 'dependabot/') == false && 152 github.event.pull_request.head.ref != 'chore/crowdin') 153 - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 154 with: 155 path: | 156 .turbo/cache
··· 85 ref: ${{ github.event.pull_request.head.ref || github.ref }} 86 87 - name: Restore Lint Cache 88 + uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 89 with: 90 path: | 91 .turbo/cache ··· 150 (github.event_name == 'pull_request_target' && 151 startsWith(github.event.pull_request.head.ref, 'dependabot/') == false && 152 github.event.pull_request.head.ref != 'chore/crowdin') 153 + uses: actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 154 with: 155 path: | 156 .turbo/cache
+2 -2
.github/workflows/translations-pr.yml
··· 78 ref: ${{ github.event.pull_request.head.ref }} 79 80 - name: Restore Lint Cache 81 - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 82 with: 83 path: | 84 .eslintmdcache ··· 122 commit_message: 'chore: automated format of translated files' 123 124 - name: Save Lint Cache 125 - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 126 with: 127 path: | 128 .eslintmdcache
··· 78 ref: ${{ github.event.pull_request.head.ref }} 79 80 - name: Restore Lint Cache 81 + uses: actions/cache/restore@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 82 with: 83 path: | 84 .eslintmdcache ··· 122 commit_message: 'chore: automated format of translated files' 123 124 - name: Save Lint Cache 125 + uses: actions/cache/save@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 126 with: 127 path: | 128 .eslintmdcache