bump to engine v0.12.1

Signed-off-by: Erik Sipsma <erik@sipsma.dev>
This commit is contained in:
Erik Sipsma 2024-07-18 16:22:23 -07:00 committed by Jeremy Adams
parent e267a26198
commit 29d44c5966
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.12.0"
version: "0.12.1"
```
### 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.12.0' |
| `version` | Dagger Version | false | '0.12.1' |
| `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 | '.' |