From 6270fd8ecdef785fe8967f18b8f69cf59160a714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 10:15:42 +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 65be427e..35148596 100644 --- a/.github/workflows/eslint-tsc.yml +++ b/.github/workflows/eslint-tsc.yml @@ -24,7 +24,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 }}