diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99fbebdd..0454b5ce 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@v5 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@v5 id: cache with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40eef3a2..4878db61 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@v5 id: cache with: path: |