This commit is contained in:
dependabot[bot] 2025-12-12 15:00:57 +00:00 committed by GitHub
commit 646a4da4e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Cache NPM dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: node_modules
key: ${{ runner.os }}-npm-cache

View File

@ -17,7 +17,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Cache NPM dependencies
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: node_modules
key: ${{ runner.os }}-npm-cache