From b3f67892c73668f76a4a3c47d4ecad3541e3d01a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:31:27 +0000 Subject: [PATCH] chore(deps): update metio/ci action to v2026.7.5093733 --- .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 d891333..705f27c 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@0723b4d89f3638abaa992a666382b00bb7c45d3d # 2026.7.3153603 + uses: metio/ci/needs-release@afbf10fe3c5ceb438a1da090e78cc6c0159c4754 # 2026.7.5093733 with: paths: src/main/java pom.xml - id: version name: Compute the next version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@0723b4d89f3638abaa992a666382b00bb7c45d3d # 2026.7.3153603 + uses: metio/ci/calver@afbf10fe3c5ceb438a1da090e78cc6c0159c4754 # 2026.7.5093733 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@0723b4d89f3638abaa992a666382b00bb7c45d3d # 2026.7.3153603 + uses: metio/ci/release-notes@afbf10fe3c5ceb438a1da090e78cc6c0159c4754 # 2026.7.5093733 with: version: ${{ needs.prepare.outputs.version }} previous: ${{ needs.prepare.outputs.previous }}