sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
35 stars 14 forks source link

build: lock awscli to specific version #24

Closed iBotPeaches closed 3 years ago

iBotPeaches commented 3 years ago

Using latest prevents GitHub from caching cleanly leading to an extra 21s per build. If we just lock to a version and update when needed - this seems safer from breaking changes and caching.