From 9215b859b6549e603bc88e9dbfbac5b71e090898 Mon Sep 17 00:00:00 2001 From: Leonardo Cecchi Date: Tue, 6 Aug 2024 12:14:23 +0200 Subject: [PATCH] chore: dagger 0.12.4 Signed-off-by: Leonardo Cecchi --- .github/workflows/ci.yml | 2 +- .github/workflows/release-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edc2a03..5b4e72c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.12.2 + DAGGER_VERSION: 0.12.4 run: | curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh - name: Run CI task diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 1263582..b01afa4 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -14,7 +14,7 @@ jobs: - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.12.2 + DAGGER_VERSION: 0.12.4 run: | curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh - name: Create image and manifest