Skip to content

Commit 782fe77

Browse files
chore(deps): update dependency dagger/dagger to v0.19.3 (#617)
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 3a9697e commit 782fe77

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/barman-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Dagger
2828
env:
2929
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
30-
DAGGER_VERSION: 0.19.2
30+
DAGGER_VERSION: 0.19.3
3131
run: |
3232
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
3333
- name: Publish a barman-base

.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.19.2
47+
DAGGER_VERSION: 0.19.3
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.19.2
34+
DAGGER_VERSION: 0.19.3
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.19.2
24+
DAGGER_VERSION: 0.19.3
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
@@ -202,7 +202,7 @@ tasks:
202202
- start-build-network
203203
vars:
204204
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
205-
DAGGER_VERSION: 0.19.2
205+
DAGGER_VERSION: 0.19.3
206206
DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
207207
cmds:
208208
- >

0 commit comments

Comments
 (0)