From 112c6fea72e23fd880e368babc98aee0397b4885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:14:45 +0000 Subject: [PATCH] chore(deps): update metio/ci action to v2026.7.15145237 --- .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 7ccb3b1..4259aff 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@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 + uses: metio/ci/needs-release@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237 with: paths: src/main/java pom.xml - id: version name: Compute the next version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 + uses: metio/ci/calver@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237 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@ea61d45334e3168b830e6aff85446858b8e60031 # 2026.7.14190952 + uses: metio/ci/release-notes@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237 with: version: ${{ needs.prepare.outputs.version }} previous: ${{ needs.prepare.outputs.previous }}