From 135481c472ebd036129e5ca95983d0784648d661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:44:05 +0000 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 in /actions/vellum-site-deploy Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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/3624ceb22c1c5a301c8db4169662070a689d9ea8...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- actions/vellum-site-deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/vellum-site-deploy/action.yml b/actions/vellum-site-deploy/action.yml index 8517331..fd19c6c 100644 --- a/actions/vellum-site-deploy/action.yml +++ b/actions/vellum-site-deploy/action.yml @@ -29,7 +29,7 @@ runs: steps: - name: Retrieve generated web site id: restore_cached_site - uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: website.zip key: website-${{ github.sha }}