From 944cc2e77720075462c99fcd8e9d177f718cc607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:53:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/beta.yml | 4 ++-- .github/workflows/default.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/sonarcloud.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 1a84741e..e802a10b 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.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: | @@ -51,7 +51,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/default.yml b/.github/workflows/default.yml index d31349cf..16ab439f 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -23,7 +23,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/main.yml b/.github/workflows/main.yml index 0d430487..6d1fe037 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: | @@ -51,7 +51,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/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 43a2fb8e..e921e83c 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: |