diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9c01b1..5189d1c 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@a221440cbc128a3736a2f950c8c8497d441384ed # 2026.7.26085035 + uses: metio/ci/needs-release@5f69e7b9caf71a563b345a06e9480a14cd38299d # 2026.7.28183925 with: paths: src/main/java pom.xml - id: version name: Compute the next version if: steps.gate.outputs.needed == 'true' - uses: metio/ci/calver@a221440cbc128a3736a2f950c8c8497d441384ed # 2026.7.26085035 + uses: metio/ci/calver@5f69e7b9caf71a563b345a06e9480a14cd38299d # 2026.7.28183925 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@a221440cbc128a3736a2f950c8c8497d441384ed # 2026.7.26085035 + uses: metio/ci/release-notes@5f69e7b9caf71a563b345a06e9480a14cd38299d # 2026.7.28183925 with: version: ${{ needs.prepare.outputs.version }} previous: ${{ needs.prepare.outputs.previous }}