Skip to content

Commit 575c3f7

Browse files
committed
ci: use dagger v0.13.3
1 parent 8d22aac commit 575c3f7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: fluentci-io/setup-fluentci@v5
1515
with:
1616
wasm: true
17+
dagger-version: 0.13.3
1718
pipeline: deno
1819
args: |
1920
fmt

.github/workflows/example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
build
2525
run build
2626
working-directory: example
27+
dagger-version: 0.13.3
2728
env:
2829
PACKAGE_MANAGER: ${{ matrix.package_manager }}
2930
- name: Run Dagger Pipelines

.github/workflows/zenith.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Setup Dagger Zenith
1818
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
2020
sudo mv bin/dagger /usr/local/bin
2121
dagger version
2222
- name: Run Dagger Pipelines

0 commit comments

Comments
 (0)