From fe7b2dabb1d4edb29ef8e74fe6be04930026ada5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:06:36 +0000 Subject: [PATCH] chore(deps): update metio/ci action to v2026.7.24201014 --- .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 0eadc35..384290c 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@af736d94d3689a0b49c521fb9d096445cb9f1b84 # 2026.7.23184830 + uses: metio/ci/needs-release@6f2922282e3f691fd293da000b6bd5edcdd694d7 # 2026.7.24201014 with: paths: src/main/java pom.xml - id: version name: Compute the next version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@af736d94d3689a0b49c521fb9d096445cb9f1b84 # 2026.7.23184830 + uses: metio/ci/calver@6f2922282e3f691fd293da000b6bd5edcdd694d7 # 2026.7.24201014 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@af736d94d3689a0b49c521fb9d096445cb9f1b84 # 2026.7.23184830 + uses: metio/ci/release-notes@6f2922282e3f691fd293da000b6bd5edcdd694d7 # 2026.7.24201014 with: version: ${{ needs.prepare.outputs.version }} previous: ${{ needs.prepare.outputs.previous }}