diff --git a/actions/vellum-site-build/action.yml b/actions/vellum-site-build/action.yml index 0c697f6..a77dd42 100644 --- a/actions/vellum-site-build/action.yml +++ b/actions/vellum-site-build/action.yml @@ -16,7 +16,7 @@ runs: - name: Get cached NPM modules id: cache_npm_dependencies - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: | .github/node_modules @@ -43,7 +43,7 @@ runs: - name: Store generated web site id: cache_site - uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: website.zip key: website-${{ github.sha }} \ No newline at end of file