diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48bd4175..fa22dfb1 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.3.0 + uses: actions/cache@v5.0.3 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }}