File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 14
14
uses : fluentci-io/setup-fluentci@v5
15
15
with :
16
16
wasm : true
17
+ dagger-version : 0.13.3
17
18
pipeline : deno
18
19
args : |
19
20
fmt
Original file line number Diff line number Diff line change 24
24
build
25
25
run build
26
26
working-directory : example
27
+ dagger-version : 0.13.3
27
28
env :
28
29
PACKAGE_MANAGER : ${{ matrix.package_manager }}
29
30
- name : Run Dagger Pipelines
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v2
17
17
- name : Setup Dagger Zenith
18
18
run : |
19
- curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.11.7 sh
19
+ curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.13.3 sh
20
20
sudo mv bin/dagger /usr/local/bin
21
21
dagger version
22
22
- name : Run Dagger Pipelines
You can’t perform that action at this time.
0 commit comments