From e54f35c1a1db4ce654936807fbcdead0f2f7a29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:31:46 +0200 Subject: [PATCH] build(deps): bump actions/cache from 3.2.3 to 4.1.0 (#182) Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 4.1.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.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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..86a195d 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.1.0 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}