Skip to content

Commit

Permalink
chore: bump default dagger version to v0.11.3 (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc authored May 8, 2024
1 parent 51ce834 commit 96374d4
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.2"
version: "0.11.3"
```

### 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.2' |
| `version` | Dagger Version | false | '0.11.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 | '.' |
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.2'
default: '0.11.3'
dagger-flags:
description: 'Dagger CLI Flags'
required: false
Expand Down

0 comments on commit 96374d4

Please sign in to comment.