diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b8eee26..9a3dff32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v5.0.1 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2 - name: Use cached node_modules - uses: actions/cache@v4 + uses: actions/cache@v5.0.1 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lockb') }} @@ -70,7 +70,7 @@ jobs: # uses: oven-sh/setup-bun@v2 # - name: Use cached node_modules - # uses: actions/cache@v4 + # uses: actions/cache@v5.0.1 # with: # path: node_modules # key: node-modules-${{ hashFiles('**/bun.lockb') }}