Skip to content

Commit

Permalink
chore: bump default dagger version to v0.11.8 (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <me@jedevc.com>
  • Loading branch information
jedevc committed Jun 19, 2024
1 parent a3c3f26 commit 6210aa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
verb: run
args: node build.js
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.11.7"
version: "0.11.8"
```

### Staying in sync with the `latest` version
Expand All @@ -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.7' |
| `version` | Dagger Version | false | '0.11.8' |
| `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 | '.' |
Expand Down
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.7"
default: "0.11.8"
dagger-flags:
description: "Dagger CLI Flags"
required: false
Expand Down

0 comments on commit 6210aa0

Please sign in to comment.