mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
chore: bump default dagger version to v0.11.4 (#124)
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
96374d4565
commit
53a90075b0
2 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
verb: run
|
||||
args: node build.js
|
||||
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
|
||||
version: "0.11.3"
|
||||
version: "0.11.4"
|
||||
```
|
||||
|
||||
### 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.11.3' |
|
||||
| `version` | Dagger Version | false | '0.11.4' |
|
||||
| `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 | '.' |
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ inputs:
|
|||
version:
|
||||
description: 'Dagger Version'
|
||||
required: false
|
||||
default: '0.11.3'
|
||||
default: '0.11.4'
|
||||
dagger-flags:
|
||||
description: 'Dagger CLI Flags'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue