diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d66b3a8..a115955b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.3 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }}