It looks that `sha256sum` was removed (or possibly replaced with `gsha256sum`?), which broke cache-key evaluation: ``` echo "::set-output name=uniq::$(bazel query --output build //external:v8 | grep -E 'sha256|commit' | cut -d\" -f2)-$(echo | sha256sum)" [...] /Users/runner/work/_temp/4a550a5e-9186-4641-9bff-d391171da246.sh: line 1: sha256sum: command not found ``` cc @mpwarres