Skip to content

Commit 940c9b2

Browse files
fix(deps): lock file maintenance all non-major (#1648)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c396a10 commit 940c9b2

File tree

3 files changed

+227
-231
lines changed

3 files changed

+227
-231
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: '22'
3131
cache: 'npm'
32-
- uses: actions/cache@v4.2.4
32+
- uses: actions/cache@v4.3.0
3333
with:
3434
path: ${{ env.PKG_CACHE_PATH }}
3535
key: pkg-cache-${{ matrix.node-version }}

0 commit comments

Comments
 (0)