build(deps): bump actions/cache from 4.2.0 to 4.2.3

Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.3.
- [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/v4.2.0...v4.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-09 15:38:07 +00:00 committed by GitHub
parent 7147fdd970
commit 194887828d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,7 +94,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.4
- name: Load turbo cache
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.3
id: turbo-cache
with:
path: |
@ -105,7 +105,7 @@ jobs:
${{ runner.os }}-turbo-${{ github.sha }}
${{ runner.os }}-turbo-
- name: Load build cache
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.3
id: cache
with:
path: |