mirror of
https://github.com/dagger/dagger-for-github.git
synced 2025-12-31 04:30:01 +11:00
chore: bump default dagger version to v0.15.1
Signed-off-by: Connor Braa <connor@dagger.io>
This commit is contained in:
parent
2f17ffec27
commit
94664ad0b8
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
verb: run
|
||||
args: node build.js
|
||||
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
|
||||
version: "0.15.0"
|
||||
version: "0.15.1"
|
||||
```
|
||||
|
||||
### 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.0' |
|
||||
| `version` | Dagger Version | false | '0.15.1' |
|
||||
| `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' |
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ inputs:
|
|||
version:
|
||||
description: "Dagger Version"
|
||||
required: false
|
||||
default: "0.15.0"
|
||||
default: "0.15.1"
|
||||
commit:
|
||||
description: "Dagger Dev Commit"
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue