Skip to content

ci(cd_pr): bypass kuberc actions/cache@v2#17

Merged
kasper-keunen merged 1 commit into
masterfrom
fix/kuberc-deno-without-cache-v2
Apr 28, 2026
Merged

ci(cd_pr): bypass kuberc actions/cache@v2#17
kasper-keunen merged 1 commit into
masterfrom
fix/kuberc-deno-without-cache-v2

Conversation

@kasper-keunen
Copy link
Copy Markdown
Contributor

Summary

GitHub fails PR jobs that touch actions/cache@v2. The MarkArts/kuberc composite action still uses actions/cache@v2 when deno_install is true (default).

This PR installs Deno via denoland/setup-deno@v1 and passes deno_install: false to kuberc so the deprecated cache step is skipped while behaviour stays the same.

Verification

Consumers (e.g. entrails cd.yml calling GETProtocolLab/workflows/.github/workflows/cd_pr.yml@master) pick this up after merge.

Made with Cursor

Install Deno via denoland/setup-deno@v1 and invoke kuberc with
deno_install=false so MarkArts/kuberc skips its broken cache step.

Made-with: Cursor
@kasper-keunen kasper-keunen merged commit 42833c9 into master Apr 28, 2026
2 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.

1 participant