bump to engine v0.13.3 (#149)

Signed-off-by: Alex Suraci <alex@dagger.io>
This commit is contained in:
Alex Suraci 2024-09-20 17:45:37 -04:00 committed by GitHub
parent 501b417bcf
commit fc945fa66f
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,7 +24,7 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.13.2"
version: "0.13.3"
```
### 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.13.2' |
| `version` | Dagger Version | false | '0.13.3' |
| `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 | '.' |

View file

@ -4,7 +4,7 @@ inputs:
version:
description: "Dagger Version"
required: false
default: "0.13.2"
default: "0.13.3"
dagger-flags:
description: "Dagger CLI Flags"
required: false