diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71251d12..f76864ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: | @@ -37,7 +37,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: "**/node_modules" @@ -56,7 +56,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: "**/node_modules" @@ -75,7 +75,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: "**/node_modules" @@ -98,7 +98,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: "**/node_modules"