diff --git a/actions/vellum-site-deploy/action.yml b/actions/vellum-site-deploy/action.yml index 38e2a3e..8517331 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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: website.zip key: website-${{ github.sha }}