I want to cat the contents of my VERSION file (e.g. 0.9.0) into a variable and pass it to another GitHub action as input. However, from what I can tell, this requires creating a new GitHub action just to cat the file to an 'output' which could then be used as input to the next module.
Is there a GitHub action that already does this - or is there some simpler solution I'm missing?