diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6629eca60d..4ec1fb9107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -74,7 +74,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -169,7 +169,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -271,7 +271,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -311,7 +311,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -472,7 +472,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -547,7 +547,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 052555caf5..628e0e9d14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: install: 'false' - name: Use Cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -181,7 +181,7 @@ jobs: install: 'false' - name: Use Cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }}