From 9c8d712d991a804c40653f444359f585da5f25aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:45:06 +0700 Subject: [PATCH] Bump actions/cache from 3 to 4 (#4372) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2d1332c76..a8038d6031 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: with: fetch-depth: 0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-platform with: @@ -76,7 +76,7 @@ jobs: run: node common/scripts/install-run-rush.js bundle - name: Cache build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-build-results with: @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-build-results with: @@ -110,7 +110,7 @@ jobs: with: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-build-results with: @@ -136,7 +136,7 @@ jobs: with: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-build-results with: @@ -164,7 +164,7 @@ jobs: with: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-build-results with: @@ -251,7 +251,7 @@ jobs: with: fetch-depth: 0 - name: Cache build results - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-build-results with: