Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
1e40b97e4b chore(actions): update actions/cache action (v5.0.3 → v5.0.4)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-21 23:46:28 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
scope: '@ivuorinen'
- name: Cache Node Modules
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
id: cache
with:
path: node_modules

View File

@@ -59,7 +59,7 @@ jobs:
run: npm install -g corepack --force && corepack enable
- name: Cache Node Modules
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
id: cache
with:
path: node_modules

View File

@@ -66,5 +66,5 @@
"resolutions": {
"minimatch": "^10.2.4"
},
"packageManager": "yarn@4.13.0"
"packageManager": "yarn@4.12.0"
}