delimitrou / DeathStarBench

Open-source benchmark suite for cloud microservices
Apache License 2.0
735 stars 404 forks source link

bump: github actions versions to remove warnings #315

Closed Red-GV closed 5 months ago

Red-GV commented 9 months ago

This is a warning which occurs in each the build phase for GitHub actions because the actions are using a node12 version instead of node16 one and are thus forced to run on a node16. This PR bumps the versions of these actions to get rid of the warning. The git-version action was also bumped to remove the warning about the deprecation of certain commands.