Skip to content

Commit a67e845

Browse files
chore(deps): bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [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.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>
1 parent 46385b8 commit a67e845

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check_formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
check-latest: true
3232

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

.github/workflows/check_linting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
check-latest: true
3232

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

.github/workflows/check_typing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
check-latest: true
3232

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

.github/workflows/run_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
check-latest: true
3535

3636
- name: Cache node_modules 📦
37-
uses: actions/cache@v4.2.2
37+
uses: actions/cache@v4.2.3
3838
with:
3939
path: ~/.npm
4040
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)