From 48c64d12b8040fc182fcd1caf4538280df1ed9f1 Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Wed, 16 Jul 2025 18:49:00 +0200 Subject: [PATCH] feat(cache): test new ci with cache Signed-off-by: Christopher Haar --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bcaa18..8dfbcd3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - name: Build and Push Upbound project if: env.UP_API_TOKEN != '' - uses: upbound/action-up-project@v1 + uses: upbound/action-up-project@refs/pull/20/head with: push-project: true tag: ${{ inputs.version || '' }}