diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a8758669..f673b524d4 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: node-modules-${{ hashFiles('**/bun.lock') }} @@ -76,7 +76,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -129,7 +129,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -209,7 +209,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -264,7 +264,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -398,7 +398,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -446,7 +446,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74bd7c92a5..c412bfe0ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: install: 'false' - name: Use Cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -115,7 +115,7 @@ jobs: version: '0.10.50' - name: Use Cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }}