Skip to content

Commit 6b1c634

Browse files
dependabot[bot]kevin-lee
authored andcommitted
Upgrade: Bump actions/cache from 4.2.2 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f21013 commit 6b1c634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/doc-site-build-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Cache npm
35-
uses: actions/cache@v4.2.2
35+
uses: actions/cache@v4.2.4
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ matrix.node.version }}-${{ hashFiles('**/package-lock.json') }}

.github/workflows/doc-site-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
registry-url: 'https://registry.npmjs.org'
3232

3333
- name: Cache npm
34-
uses: actions/cache@v4.2.2
34+
uses: actions/cache@v4.2.4
3535
with:
3636
path: ~/.npm
3737
key: ${{ runner.os }}-node-${{ matrix.node.version }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)