From 9e1e20bd94e289a3eb2d2b778d3b92e91e30137c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:59:15 +0100 Subject: [PATCH] Bump actions/cache from 4.0.1 to 4.0.2 (#20179) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65d8e04c5c..61290c36bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: - name: Build resources run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-pages - name: Setup lint cache - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: | node_modules/.cache/prettier