We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb7bfc commit 0fc9aeaCopy full SHA for 0fc9aea
.github/workflows/continuous-integration.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install Dagger
20
env:
21
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
22
- DAGGER_VERSION: 0.16.1
+ DAGGER_VERSION: 0.16.3
23
run: |
24
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
25
- name: Run CI task
0 commit comments