Skip to content

Commit f7ca8f1

Browse files
fix(deps): lock file maintenance all non-major
1 parent 4db7929 commit f7ca8f1

2 files changed

Lines changed: 104 additions & 105 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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.3
32+
- uses: actions/cache@v4.2.4
3333
with:
3434
path: ${{ env.PKG_CACHE_PATH }}
3535
key: pkg-cache-${{ matrix.node-version }}
@@ -65,7 +65,7 @@ jobs:
6565
jest:
6666
runs-on: ubuntu-24.04
6767
steps:
68-
- uses: actions/checkout@v4.2.2
68+
- uses: actions/checkout@v4.3.0
6969
with:
7070
fetch-depth: 0
7171
- uses: actions/setup-node@v4.4.0

0 commit comments

Comments
 (0)