We have R code in Github repository and our purpose is GitHub actions check automatically R code using github action. So we are using all these action from R-lib actions (https://github.com/r-lib/actions/tree/master/examples) into our repository but getting same error "read.dcf(path) : cannot open the connection " with almost all actions are available in R-lib (https://github.com/r-lib/actions/tree/master/examples). For error see below image as reference. So is there permission issue with github actions?
We would appreciate your help.