Skip to content

Commit

Permalink
set default dagger version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 8, 2024
1 parent 6689c74 commit 2a198ec
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 @@ -24,7 +24,7 @@ jobs:
- name: FluentCI
uses: fluentci-io/setup-fluentci@v4
with:
dagger-version: 0.10.0
dagger-version: 0.11.0
- name: Run Hello World
run: fluentci run base_pipeline
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
dagger-version:
description: Dagger version to install
required: false
default: 0.10.0
default: 0.11.0
outputs:
version:
description: FluentCI CLI version installed
Expand Down

0 comments on commit 2a198ec

Please sign in to comment.