From 60268a030ff0ad98bd7735a2a219b26ec824af1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:39:33 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.2.3 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.3...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 f8fd2c7..53e611f 100644 --- a/.github/workflows/eslint-tsc.yml +++ b/.github/workflows/eslint-tsc.yml @@ -28,7 +28,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Use Yarn cache - uses: actions/cache@v3.2.3 + uses: actions/cache@v4.2.0 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}