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 16, 2024
1 parent 712165e commit fe385df
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.11.6 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: Setup Spin Auth Token
Expand Down

0 comments on commit fe385df

Please sign in to comment.