From 92f0468082ce81265efabcbf64101514182d8a97 Mon Sep 17 00:00:00 2001 From: "Michael A. Smith" Date: Wed, 26 Aug 2026 22:20:52 -0400 Subject: [PATCH] fix(release-please): bump action to v5.0.0-oce.2 (uv.lock support) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v5.0.0-oce.2 rebuilds the action dist against the release-please fork tip (17.6.0 base): python release PRs now bump the project's own version entry in uv.lock alongside pyproject.toml, so release tags no longer ship a lockfile uv sync --locked refuses (the oce-ensora-adapter v1.0.0 no-image bug). Gate: actionlint — clean (exit 0). Assisted-by: Claude Code --- .github/workflows/release-please-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please-reusable.yml b/.github/workflows/release-please-reusable.yml index 99099a4..5470fbf 100644 --- a/.github/workflows/release-please-reusable.yml +++ b/.github/workflows/release-please-reusable.yml @@ -155,7 +155,7 @@ jobs: - name: Run Release Please id: release - uses: openCoreEMR/release-please-action@v5.0.0-oce.1 + uses: openCoreEMR/release-please-action@v5.0.0-oce.2 with: config-file: ${{ inputs.config-file }} manifest-file: ${{ inputs.manifest-file }}