From 54adb0a4426e762d2ce4dcef9126ae0e08076c3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 11:43:56 +0000 Subject: [PATCH] chore(deps): update all github action Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bake.yml | 2 +- .github/workflows/bake_targets.yml | 4 ++-- .github/workflows/update-catalogs.yml | 2 +- .github/workflows/update_os_libraries.yml | 4 ++-- Taskfile.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 3dc9edb..bcc71b5 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.20.8 + DAGGER_VERSION: 0.21.0 with: version: ${{ env.DAGGER_VERSION }} verb: call diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 4157964..9403538 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4 with: platforms: 'linux/arm64' @@ -132,7 +132,7 @@ jobs: - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.20.8 + DAGGER_VERSION: 0.21.0 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 fed4a6e..7fd47af 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.20.8 + DAGGER_VERSION: 0.21.0 with: version: ${{ env.DAGGER_VERSION }} verb: call diff --git a/.github/workflows/update_os_libraries.yml b/.github/workflows/update_os_libraries.yml index 838027e..a1ce166 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.20.8 + DAGGER_VERSION: 0.21.0 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.20.8 + DAGGER_VERSION: 0.21.0 with: version: ${{ env.DAGGER_VERSION }} verb: call diff --git a/Taskfile.yml b/Taskfile.yml index 89ec801..b33a1cf 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.20.8 + DAGGER_ENGINE_VERSION: v0.21.0 cmds: - > docker run -d -v /var/lib/dagger --name {{ .DAGGER_ENGINE_NAME }} --restart always --network {{ .E2E_NETWORK }}