dagger / dagger-for-github

GitHub Action for Dagger
https://github.com/marketplace/actions/dagger-for-github
Apache License 2.0
120 stars 25 forks source link

Pin dagger CLI to v0.2 #81

Closed gerhard closed 1 year ago

gerhard commented 1 year ago

Fixes https://github.com/dagger/dagger-for-github/issues/80

Since we published https://github.com/dagger/dagger/releases/tag/v0.3.6 (Nov. 30, 2022), this action started downloading that version (i.e. latest), which resulted in breakage, as described in the issue that this fixes.

As soon as all tests pass and this gets the OK + merge, we should:

  1. Cut a new release for this action (I am thinking v3.2.0)
  2. Update the v3 tag to point to this new version

That should fix this for all existing GitHub Actions users without any intervention on their part.

Signed-off-by: Gerhard Lazu gerhard@dagger.io