Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit e8d253a

Browse files
Bump actions/cache from 3.0.8 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.8...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a68318 commit e8d253a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/setup-node@v3
5050
with:
5151
node-version: '16'
52-
- uses: actions/cache@v3.0.8
52+
- uses: actions/cache@v4.3.0
5353
with:
5454
path: ~/.npm
5555
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/setup-node@v3
7575
with:
7676
node-version: '16'
77-
- uses: actions/cache@v3.0.8
77+
- uses: actions/cache@v4.3.0
7878
with:
7979
path: ~/.npm
8080
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/pull-request-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/setup-node@v3
5050
with:
5151
node-version: '16'
52-
- uses: actions/cache@v3.0.9
52+
- uses: actions/cache@v4.3.0
5353
with:
5454
path: ~/.npm
5555
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/setup-node@v3
7575
with:
7676
node-version: '16'
77-
- uses: actions/cache@v3.0.9
77+
- uses: actions/cache@v4.3.0
7878
with:
7979
path: ~/.npm
8080
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)