1 parent 942f3a6 commit 45fbddbCopy full SHA for 45fbddb
2 files changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
node-version: '24'
31
cache: 'npm'
32
- - uses: actions/cache@v5.0.1
+ - uses: actions/cache@v5.0.2
33
34
path: ${{ env.PKG_CACHE_PATH }}
35
key: pkg-cache-${{ matrix.node-version }}
@@ -68,7 +68,7 @@ jobs:
68
- uses: actions/checkout@v6.0.1
69
70
fetch-depth: 0
71
- - uses: actions/setup-node@v6.1.0
+ - uses: actions/setup-node@v6.2.0
72
73
74
0 commit comments