From 0c0d24972d90927dcf8de08ea7bc5f9ba13dd8ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 15:43:52 +0000 Subject: [PATCH] chore: update actions/cache action to v4.3.0 --- .github/workflows/eslint-tsc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint-tsc.yml b/.github/workflows/eslint-tsc.yml index c7e3fede..6e089c05 100644 --- a/.github/workflows/eslint-tsc.yml +++ b/.github/workflows/eslint-tsc.yml @@ -31,7 +31,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Use Yarn cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}