diff --git a/actions/vellum-site-deploy/action.yml b/actions/vellum-site-deploy/action.yml index fd19c6c..79fe210 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: website.zip key: website-${{ github.sha }}