fix(github-action): update actions/cache ( v4.1.1 → v4.1.2 )

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-22 22:48:52 +00:00
parent a703eea763
commit 3bb966a603
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@v4.1.1 uses: actions/cache@v4.1.2
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@v4.1.1 uses: actions/cache@v4.1.2
id: cache id: cache
with: with:
path: node_modules path: node_modules