diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99fbebdd..ce648d53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | @@ -77,7 +77,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40eef3a2..13259ca4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: |