From c841ff8028427ab8fd34fe6354c926da2e936260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:07:18 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/main.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: |