mirror of
https://github.com/dagger/dagger-for-github.git
synced 2025-12-31 20:59:43 +11:00
chore: bump default dagger version to v0.15.3
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
9daa57adbe
commit
31393402b0
5 changed files with 61 additions and 61 deletions
|
|
@ -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' |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue