diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34a785d..60fe776 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: with: node-version-file: .nvmrc cache: pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: deps with: path: | @@ -39,7 +39,7 @@ jobs: with: node-version-file: .nvmrc cache: pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: deps with: path: | @@ -65,7 +65,7 @@ jobs: with: node-version-file: .nvmrc cache: pnpm - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: deps with: path: |