Skip to content

Commit 4116d98

Browse files
Bump actions/cache from 2.1.6 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.6...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2cda0a commit 4116d98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Cache dependencies
15-
uses: actions/cache@v2.1.6
15+
uses: actions/cache@v4.0.2
1616
with:
1717
path: ./.npm
1818
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: Cache dependencies
15-
uses: actions/cache@v2.1.6
15+
uses: actions/cache@v4.0.2
1616
with:
1717
path: ./.npm
1818
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/[email protected]
4040

4141
- name: Cache dependencies
42-
uses: actions/cache@v2.1.6
42+
uses: actions/cache@v4.0.2
4343
with:
4444
path: ./.npm
4545
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/[email protected]
1616

1717
- name: Cache dependencies
18-
uses: actions/cache@v2.1.6
18+
uses: actions/cache@v4.0.2
1919
with:
2020
path: ./.npm
2121
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)