Skip to content

πŸ”§ fix: bump DAGGER_VERSION 0.20.6 β†’ 0.20.8 in CI workflows - #3

Merged
yeazelm merged 1 commit into
mainfrom
dagger_8/bump-engine-v0.20.8
May 13, 2026
Merged

πŸ”§ fix: bump DAGGER_VERSION 0.20.6 β†’ 0.20.8 in CI workflows#3
yeazelm merged 1 commit into
mainfrom
dagger_8/bump-engine-v0.20.8

Conversation

@yeazelm

@yeazelm yeazelm commented May 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The CLI installed by dagger-for-github no longer round-trips cleanly with the current daggerverse modules at v0.20.6. The version handshake fails before dagger call reaches user code.
  • Bumps DAGGER_VERSION to 0.20.8 across the workflows, matching the rest of the org repos (e.g. paper PR #40) that have already moved.

Refs PCC-543

Test plan

  • CI / PR / release workflows pass on this PR

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
@yeazelm
yeazelm requested a review from a team May 13, 2026 20:55
@linear-code

linear-code Bot commented May 13, 2026

Copy link
Copy Markdown

PCC-543

@greptile-apps

greptile-apps Bot commented May 13, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps DAGGER_VERSION from 0.20.6 to 0.20.8 in the PR workflow to resolve a CLI/daggerverse module version handshake failure introduced at 0.20.6.

  • .github/workflows/pr.yaml: single-line change updating the DAGGER_VERSION env var used by both check-pr-title and check-linear-magic-word jobs via the dagger/dagger-for-github@v8.2.0 action.

Confidence Score: 5/5

Safe to merge β€” the only change is a one-line version bump that restores CI compatibility with current daggerverse modules.

The change is a single-line version bump with no logic, structural, or security implications. Both jobs in the workflow continue to reference the same DAGGER_VERSION env var, and the version aligns with what other org repos already use successfully.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/pr.yaml Single-line version bump of DAGGER_VERSION from 0.20.6 to 0.20.8; no structural changes to the workflow.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions
    participant DA as dagger/dagger-for-github@v8.2.0
    participant CLI as Dagger CLI (0.20.8)
    participant DV as daggerverse/ghcontrib

    GH->>DA: Install Dagger version 0.20.8
    DA-->>GH: CLI ready
    GH->>CLI: dagger call -m ghcontrib check-pull-request
    CLI->>DV: Module handshake (0.20.8)
    DV-->>CLI: OK
    CLI-->>GH: result
    GH->>CLI: dagger call -m ghcontrib check-pull-request-linear-magic-word
    CLI->>DV: Module handshake (0.20.8)
    DV-->>CLI: OK
    CLI-->>GH: result
Loading

Reviews (1): Last reviewed commit: "πŸ”§ fix: bump DAGGER_VERSION 0.20.6 β†’ 0.2..." | Re-trigger Greptile

@yeazelm
yeazelm merged commit 6ecba2a into main May 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants