File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
- name : Install Dagger
38
38
env :
39
39
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
40
- DAGGER_VERSION : 0.15.2
40
+ DAGGER_VERSION : 0.15.3
41
41
run : |
42
42
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
43
43
- name : Run CI task
Original file line number Diff line number Diff line change 22
22
- name : Install Dagger
23
23
env :
24
24
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
25
- DAGGER_VERSION : 0.15.2
25
+ DAGGER_VERSION : 0.15.3
26
26
run : |
27
27
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
28
28
- name : Create image and manifest
Original file line number Diff line number Diff line change 14
14
- name : Install Dagger
15
15
env :
16
16
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
17
- DAGGER_VERSION : 0.15.2
17
+ DAGGER_VERSION : 0.15.3
18
18
run : |
19
19
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
20
20
- name : Create image and manifest
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ tasks:
147
147
- start-build-network
148
148
vars :
149
149
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
150
- DAGGER_VERSION : 0.15.2
150
+ DAGGER_VERSION : 0.15.3
151
151
DAGGER_ENGINE_IMAGE : registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
152
152
cmds :
153
153
- >
You can’t perform that action at this time.
0 commit comments