Skip to content

Commit f514b57

Browse files
chore(deps): update dependency dagger/dagger to v0.20.5 (#838)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09181b0 commit f514b57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Dagger
4545
env:
4646
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
47-
DAGGER_VERSION: 0.20.4
47+
DAGGER_VERSION: 0.20.5
4848
run: |
4949
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
5050
- name: Run CI task

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Dagger
3232
env:
3333
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
34-
DAGGER_VERSION: 0.20.4
34+
DAGGER_VERSION: 0.20.5
3535
run: |
3636
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
3737
- name: Create image and manifest

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Dagger
2222
env:
2323
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
24-
DAGGER_VERSION: 0.20.4
24+
DAGGER_VERSION: 0.20.5
2525
run: |
2626
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
2727
- name: Create image and manifest

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ tasks:
206206
- start-build-network
207207
vars:
208208
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
209-
DAGGER_VERSION: 0.20.4
209+
DAGGER_VERSION: 0.20.5
210210
DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
211211
cmds:
212212
- >

0 commit comments

Comments
 (0)