diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 070dafc..9982cd5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules @@ -82,7 +82,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - 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 02f2db1..0407b80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules