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

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-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>
This commit is contained in:
dependabot[bot] 2025-03-27 23:08:02 +01:00 committed by GitHub
parent 5de7318cf5
commit 552df7558d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Load cached dependencies - name: Load cached dependencies
uses: actions/cache@v4.2.0 uses: actions/cache@v4.2.3
id: cache id: cache
with: with:
path: | path: |
@ -149,7 +149,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Load cached dependencies - name: Load cached dependencies
uses: actions/cache@v4.2.0 uses: actions/cache@v4.2.3
id: cache id: cache
with: with:
path: | path: |

View File

@ -37,7 +37,7 @@ jobs:
registry-url: 'https://registry.npmjs.org/' registry-url: 'https://registry.npmjs.org/'
- name: Load cached dependencies - name: Load cached dependencies
uses: actions/cache@v4.2.0 uses: actions/cache@v4.2.3
id: cache id: cache
with: with:
path: | path: |