fix(github-action): update actions/cache (v4.2.2 → v4.2.3) (#348)

This commit is contained in:
renovate[bot]
2025-03-21 04:21:09 +02:00
committed by GitHub
parent aad3de0ee0
commit adcb51fcfe
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
scope: '@ivuorinen' scope: '@ivuorinen'
- name: Cache Node Modules - name: Cache Node Modules
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
id: cache id: cache
with: with:
path: node_modules path: node_modules

View File

@@ -30,7 +30,7 @@ jobs:
scope: '@ivuorinen' scope: '@ivuorinen'
- name: Cache Node Modules - name: Cache Node Modules
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
id: cache id: cache
with: with:
path: node_modules path: node_modules