chore(deps): update actions #68

Merged
renovate-bot merged 2 commits from renovate/actions into main 2026-08-09 20:24:50 +02:00
Showing only changes of commit 2fdebb57bb - Show all commits
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
with:
path: |
node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-${{ runner.arch }}-npm-${{ hashFiles('package-lock.json') }}
- name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'
run: npm ci
@@ -53,7 +53,7 @@ jobs:
with:
path: |
node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
key: ${{ runner.os }}-${{ runner.arch }}-npm-${{ hashFiles('package-lock.json') }}
- name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'
run: npm ci