mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-02 05:19:47 +11:00
update default version to v0.14.0
Signed-off-by: Erik Sipsma <erik@sipsma.dev>
This commit is contained in:
parent
078ac0e046
commit
00680052d7
2 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
verb: run
|
verb: run
|
||||||
args: node build.js
|
args: node build.js
|
||||||
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
|
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
|
||||||
version: "0.13.7"
|
version: "0.14.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Staying in sync with the `latest` version
|
### 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 |
|
| Key | Description | Required | Default |
|
||||||
| -------------- | ----------------------------------------------------------- | -------- | ------------------ |
|
| -------------- | ----------------------------------------------------------- | -------- | ------------------ |
|
||||||
| `version` | Dagger Version | false | '0.13.7' |
|
| `version` | Dagger Version | false | '0.14.0' |
|
||||||
| `commit` | Dagger Dev Commit (overrides `version`) | false | '' |
|
| `commit` | Dagger Dev Commit (overrides `version`) | false | '' |
|
||||||
| `dagger-flags` | Dagger CLI Flags | false | '--progress plain' |
|
| `dagger-flags` | Dagger CLI Flags | false | '--progress plain' |
|
||||||
| `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' |
|
| `verb` | CLI verb (call, run, download, up, functions, shell, query) | false | 'call' |
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ inputs:
|
||||||
version:
|
version:
|
||||||
description: "Dagger Version"
|
description: "Dagger Version"
|
||||||
required: false
|
required: false
|
||||||
default: "0.13.7"
|
default: "0.14.0"
|
||||||
commit:
|
commit:
|
||||||
description: "Dagger Dev Commit"
|
description: "Dagger Dev Commit"
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue