From cbbda942fd3397033a8a7f21692037ab32e0191f Mon Sep 17 00:00:00 2001 From: Matt Yeazel Date: Wed, 13 May 2026 13:59:38 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20bump=20DAGGER=5FVERSION?= =?UTF-8?q?=200.20.6=20=E2=86=92=200.20.8=20in=20CI=20workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CLI installed by `dagger-for-github` no longer round-trips cleanly with the current daggerverse modules at v0.20.6 — the version handshake fires before `dagger call` reaches user code, so workflow runs die in the bootstrap step. Bumps `DAGGER_VERSION` to 0.20.8 across the workflows, matching the rest of the org's repos that have already moved. Refs PCC-543 --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7621275..ba26e66 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,7 +9,7 @@ permissions: pull-requests: read env: - DAGGER_VERSION: "0.20.6" + DAGGER_VERSION: "0.20.8" concurrency: group: ${{ github.workflow }}-${{ github.ref }}