From 36207af7ade87892ddf855775f1901981fee1f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 05:34:58 +0000 Subject: [PATCH] Bump actions/cache in the caches group across 1 directory Bumps the caches group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.0.2 to 4.2.1 - [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/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...0c907a75c2c80ebcb7f088228285e798b750cf8f) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: caches ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-prerelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-prerelease.yml b/.github/workflows/auto-prerelease.yml index 9e2d3cc..e3104c3 100644 --- a/.github/workflows/auto-prerelease.yml +++ b/.github/workflows/auto-prerelease.yml @@ -67,7 +67,7 @@ jobs: check-latest: true cache: npm - run: npm ci - - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: | .tsbuildinfo @@ -78,7 +78,7 @@ jobs: typescript-cache-tsc- enableCrossOsArchive: true - run: npm run build - - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: | .tsbuildinfo