Skip to content

Commit

Permalink
ci: use Dagger v0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 17, 2024
1 parent 3f809e4 commit 078dd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Dagger Zenith
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.10.0 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.11.7 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down

0 comments on commit 078dd68

Please sign in to comment.