chore: bump default dagger version to v0.11.5 (#127)

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2024-05-28 14:35:01 +01:00 committed by GitHub
parent 53a90075b0
commit cf09bf6f30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 22 deletions

View file

@ -24,7 +24,7 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.11.4"
version: "0.11.5"
```
### Staying in sync with the `latest` version
@ -35,7 +35,7 @@ By setting the version to `latest`, this action will install the latest version
| Key | Description | Required | Default |
| --------------- | ------------------------------------------------------------- | ---------- | --------------------- |
| `version` | Dagger Version | false | '0.11.4' |
| `version` | Dagger Version | false | '0.11.5' |
| `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 | '.' |