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

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