chore: bump default dagger version to v0.15.3

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell 2025-01-29 16:53:04 +00:00 committed by Jeremy Adams
parent 9daa57adbe
commit 31393402b0
5 changed files with 61 additions and 61 deletions

View file

@ -23,7 +23,7 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.15.2"
version: "0.15.3"
```
### Staying in sync with the `latest` version
@ -34,7 +34,7 @@ By setting the version to `latest`, this action will install the latest version
| Key | Description | Required | Default |
| -------------- | ----------------------------------------------------------- | -------- | ------------------ |
| `version` | Dagger Version | false | '0.15.2' |
| `version` | Dagger Version | false | '0.15.3' |
| `commit` | Dagger Dev Commit (overrides `version`) | false | '' |
| `dagger-flags` | Dagger CLI Flags | false | '--progress plain' |
| `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' |