diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cbe7b98..d138696 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -61,7 +61,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules @@ -91,7 +91,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules @@ -126,7 +126,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache docs/node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 29085ba..bcca45b 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -61,7 +61,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 775373e..bed4b88 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -57,7 +57,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8400141..9e16703 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v5 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |