diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index c24fc98..ba8e1d7 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -23,7 +23,7 @@ jobs: node-version: '20' cache: 'pnpm' - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: node_modules_cache_id with: path: ~/.pnpm-store @@ -51,7 +51,7 @@ jobs: node-version: '20' cache: 'pnpm' - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: node_modules_cache_id with: path: ~/.pnpm-store diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3deeab..987a286 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: node-version: '20' cache: 'pnpm' - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: node_modules_cache_id with: path: ~/.pnpm-store diff --git a/.github/workflows/yamory.yml b/.github/workflows/yamory.yml index c53ad71..29ce427 100644 --- a/.github/workflows/yamory.yml +++ b/.github/workflows/yamory.yml @@ -20,7 +20,7 @@ jobs: node-version: '20' cache: 'pnpm' - name: Cache Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: node_modules_cache_id with: path: ~/.pnpm-store