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