From 5c18d1ee915ca23a7e01ac5d1fdb81ca0910b993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:03:30 +0000 Subject: [PATCH] chore(deps): update dependency dagger/dagger to v0.21.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bake.yml | 2 +- .github/workflows/bake_targets.yml | 2 +- .github/workflows/update-catalogs.yml | 2 +- .github/workflows/update_os_libraries.yml | 4 ++-- Taskfile.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index bcc71b5..73dc2fa 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -33,7 +33,7 @@ jobs: uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1 env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.21.0 + DAGGER_VERSION: 0.21.3 with: version: ${{ env.DAGGER_VERSION }} verb: call diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 9403538..12171ea 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -132,7 +132,7 @@ jobs: - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.21.0 + DAGGER_VERSION: 0.21.3 run: | curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh diff --git a/.github/workflows/update-catalogs.yml b/.github/workflows/update-catalogs.yml index 7fd47af..8f78dd7 100644 --- a/.github/workflows/update-catalogs.yml +++ b/.github/workflows/update-catalogs.yml @@ -39,7 +39,7 @@ jobs: uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1 env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.21.0 + DAGGER_VERSION: 0.21.3 with: version: ${{ env.DAGGER_VERSION }} verb: call diff --git a/.github/workflows/update_os_libraries.yml b/.github/workflows/update_os_libraries.yml index a1ce166..53e1857 100644 --- a/.github/workflows/update_os_libraries.yml +++ b/.github/workflows/update_os_libraries.yml @@ -28,7 +28,7 @@ jobs: uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1 env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.21.0 + DAGGER_VERSION: 0.21.3 with: version: ${{ env.DAGGER_VERSION }} verb: call @@ -66,7 +66,7 @@ jobs: uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1 env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.21.0 + DAGGER_VERSION: 0.21.3 with: version: ${{ env.DAGGER_VERSION }} verb: call diff --git a/Taskfile.yml b/Taskfile.yml index b33a1cf..4de18c8 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -207,7 +207,7 @@ tasks: run: once vars: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_ENGINE_VERSION: v0.21.0 + DAGGER_ENGINE_VERSION: v0.21.3 cmds: - > docker run -d -v /var/lib/dagger --name {{ .DAGGER_ENGINE_NAME }} --restart always --network {{ .E2E_NETWORK }}