diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ce89d987e..f7e352c829 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v6 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -64,7 +64,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v6 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules @@ -93,7 +93,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v6 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules @@ -127,7 +127,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v6 - 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 6dcda54109..a3f8eb5a97 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v6 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -64,7 +64,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v6 - 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 9e1f73fd48..5e0426345c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v6 - 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@v6 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 8d62c0bad9..a085327190 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c959237e1..c3e4dbea75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v6 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |