Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a fix for #209 The gist is that we host the sample CSV, e.g. at https://pacta.dev.rmi.siliconally.dev/samples/sample-1.csv Currently, on dev, that file contains: ``` version https://git-lfs.github.com/spec/v1 oid sha256:abdb709396bff1337709b6eb7bc26cde547615d88a619f5c9846fde1fb585335 size 131685 ``` Which is just the LFS pointer to the actual file. This PR enables downloading LFS files when the GH Actions run checks out the repo It also updates the version for other actions we use in the workflow
- Loading branch information