diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2af8f420..3af7ccb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + uses: actions/cache@v6.1.0 with: path: node_modules key: bun-nm-v2-${{ hashFiles('bun.lock') }} @@ -50,7 +50,7 @@ jobs: uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + uses: actions/cache@v6.1.0 with: path: node_modules key: bun-nm-v2-${{ hashFiles('bun.lock') }} @@ -75,7 +75,7 @@ jobs: uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + uses: actions/cache@v6.1.0 with: path: node_modules key: bun-nm-v2-${{ hashFiles('bun.lock') }}