diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78c0952..59b17d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v6.1.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v6.1.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -81,7 +81,7 @@ jobs: uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v6.1.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }}