Skip to content

Commit

Permalink
Bump default Dagger version to 0.10.2
Browse files Browse the repository at this point in the history
This is scheduled to release later today, merge this afterwards.

Signed-off-by: Gerhard Lazu <[email protected]>
  • Loading branch information
gerhard authored and jpadams committed Mar 12, 2024
1 parent e86a41a commit 698ef94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.9.3"
version: "0.10.2"
```

### All `with:` input parameter options

| Key | Description | Required | Default |
|---------------|-------------------------------------------------------------|----------|---------------------|
| `version` | Dagger Version | false | '0.9.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 | '.' |
| `cloud-token` | Dagger Cloud Token | false | '' |
| `module` | Dagger module to call. Local or Git | false | '' |
| `args` | Arguments to pass to CLI | false | '' |
| `engine-stop` | Whether to stop the Dagger Engine after this run | false | 'true' |
| Key | Description | Required | Default |
| --------------- | ------------------------------------------------------------- | ---------- | --------------------- |
| `version` | Dagger Version | false | '0.10.2' |
| `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 | '.' |
| `cloud-token` | Dagger Cloud Token | false | '' |
| `module` | Dagger module to call. Local or Git | false | '' |
| `args` | Arguments to pass to CLI | false | '' |
| `engine-stop` | Whether to stop the Dagger Engine after this run | false | 'true' |
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: 'Dagger Version'
required: false
default: '0.9.5'
default: '0.10.2'
dagger-flags:
description: 'Dagger CLI Flags'
required: false
Expand Down

0 comments on commit 698ef94

Please sign in to comment.