Skip to content

Commit

Permalink
Update to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
miroljub1995 committed Feb 25, 2024
1 parent e86a41a commit 246bcaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

| Key | Description | Required | Default |
|---------------|-------------------------------------------------------------|----------|---------------------|
| `version` | Dagger Version | false | '0.9.3' |
| `version` | Dagger Version | false | '0.9.11' |
| `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.9.5'
default: '0.9.11'
dagger-flags:
description: 'Dagger CLI Flags'
required: false
Expand Down

0 comments on commit 246bcaa

Please sign in to comment.