Was going through day 2 of this bootcamp and on arriving at the Exercise 3, found that there are some issues with the installation of @chainlink/contracts-ccip using forge command -> forge install smartcontractkit/ccip@b06a3c2eecb9892ec6f76a015624413fffa1a122 which was provided here.
As I run that command, there's an error visible at the end (displayed in the screenshot added). It kind of points out to the invalid path: .github/actions/setup-create-base64-upgrade-config /action.yml. If we see clearly, there's indeed a gap in config /action.yml that is probably creating the errors.
Thanks!

Was going through day 2 of this bootcamp and on arriving at the Exercise 3, found that there are some issues with the installation of
@chainlink/contracts-ccipusing forge command ->forge install smartcontractkit/ccip@b06a3c2eecb9892ec6f76a015624413fffa1a122which was provided here.As I run that command, there's an error visible at the end (displayed in the screenshot added). It kind of points out to the invalid path:
.github/actions/setup-create-base64-upgrade-config /action.yml. If we see clearly, there's indeed a gap inconfig /action.ymlthat is probably creating the errors.Thanks!