chore: bump default dagger version to v0.11.0 (#116)

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2024-04-04 16:49:03 +01:00 committed by GitHub
parent 698ef94185
commit 5c13044a77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -24,14 +24,14 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.10.2"
version: "0.11.0"
```
### All `with:` input parameter options
| Key | Description | Required | Default |
| --------------- | ------------------------------------------------------------- | ---------- | --------------------- |
| `version` | Dagger Version | false | '0.10.2' |
| `version` | Dagger Version | false | '0.11.0' |
| `dagger-flags` | Dagger CLI Flags | false | '--progress plain' |
| `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' |
| `workdir` | The working directory in which to run the Dagger CLI | false | '.' |