From 57a19587a5ac15c05dd693e27e86fac8a3860604 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:00:22 +0000 Subject: [PATCH] Update actions/cache action to v4.3.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d96d79..d2d0ee1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Check for duplicate dependencies run: yarn dedupe --check - name: Setup lint cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules/.cache key: lint-${{ github.sha }}