diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e8701..4d59841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: bun-version: ${{ steps.tool-versions.outputs.bun }} - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -64,7 +64,7 @@ jobs: with: bun-version: ${{ steps.tool-versions.outputs.bun }} - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 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 a81ef86..9b1be94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: with: bun-version: ${{ steps.tool-versions.outputs.bun }} - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -118,7 +118,7 @@ jobs: with: bun-version: ${{ steps.tool-versions.outputs.bun }} - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }}