Skip to content

Commit

Permalink
chore: bump default dagger version to v0.11.6
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Sipsma <[email protected]>
  • Loading branch information
sipsma authored and jpadams committed May 30, 2024
1 parent cf09bf6 commit 158efd1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- name: Hello
uses: dagger/dagger-for-github@v5
with:
verb: call
verb: call
module: github.com/shykes/daggerverse/hello
args: hello --greeting Hola --name Jeremy
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
Expand All @@ -24,7 +24,7 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.11.5"
version: "0.11.6"
```

### Staying in sync with the `latest` version
Expand All @@ -33,13 +33,13 @@ By setting the version to `latest`, this action will install the latest version

### All `with:` input parameter options

| Key | Description | Required | Default |
| --------------- | ------------------------------------------------------------- | ---------- | --------------------- |
| `version` | Dagger Version | false | '0.11.5' |
| `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.11.6' |
| `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.11.5"
default: "0.11.6"
dagger-flags:
description: "Dagger CLI Flags"
required: false
Expand Down

0 comments on commit 158efd1

Please sign in to comment.