From b3ca99b4bad5b65053b22c992af6b1906318b8d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:08:15 +0000 Subject: [PATCH] chore(deps): update metio/ci action to v2026.7.6192322 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1414a95..383dfe6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,13 +29,13 @@ jobs: fetch-depth: 0 - id: gate name: Check whether a release is needed - uses: metio/ci/needs-release@127ffed409bdfd53a69f5aab03d83981e0485531 # 2026.7.6100610 + uses: metio/ci/needs-release@c15591ce6feac9e474fcef409e112e98981e6476 # 2026.7.6192322 with: paths: src/main/java pom.xml - id: version name: Compute the next version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@127ffed409bdfd53a69f5aab03d83981e0485531 # 2026.7.6100610 + uses: metio/ci/calver@c15591ce6feac9e474fcef409e112e98981e6476 # 2026.7.6192322 release: needs: [prepare] if: needs.prepare.outputs.needed == 'true' @@ -53,7 +53,7 @@ jobs: run: echo "iso8601=$(date --utc --iso-8601=seconds)" >> $GITHUB_OUTPUT - id: notes name: Generate Release Notes - uses: metio/ci/release-notes@127ffed409bdfd53a69f5aab03d83981e0485531 # 2026.7.6100610 + uses: metio/ci/release-notes@c15591ce6feac9e474fcef409e112e98981e6476 # 2026.7.6192322 with: version: ${{ needs.prepare.outputs.version }} previous: ${{ needs.prepare.outputs.previous }}