Skip to content

Commit

Permalink
set default dagger version to v0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 16, 2024
1 parent 5349026 commit 18711f4
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 @@ -63,7 +63,7 @@ jobs:
| Key | Description | Default |
| -------------- | --------------------------------------- | ------- |
| dagger-version | The version of the Dagger Engine to use | 0.11.0 |
| dagger-version | The version of the Dagger Engine to use | 0.11.7 |
| engine-version | The version of the FluentCI Engine to use | |
| pipeline | The pipeline (module) to execute | |
| plugin | Alias for `pipeline` | |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
dagger-version:
description: Dagger version to install
required: false
default: 0.11.0
default: 0.11.7
engine-version:
description: FluentCI engine version to install
required: false
Expand Down

0 comments on commit 18711f4

Please sign in to comment.