Skip to content

Commit f04e1fc

Browse files
committed
chore(deps): update metio/ci action to v2026.7.20205609
1 parent 94f474c commit f04e1fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
fetch-depth: 0
3030
- id: gate
3131
name: Check whether a release is needed
32-
uses: metio/ci/needs-release@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237
32+
uses: metio/ci/needs-release@90f338e9eaaaaf67a8964a596260eaf27ea53812 # 2026.7.20205609
3333
with:
3434
paths: src/main/java pom.xml
3535
- id: version
3636
name: Compute the next version
3737
if: steps.gate.outputs.needed == 'true'
38-
uses: metio/ci/calver@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237
38+
uses: metio/ci/calver@90f338e9eaaaaf67a8964a596260eaf27ea53812 # 2026.7.20205609
3939
release:
4040
needs: [prepare]
4141
if: needs.prepare.outputs.needed == 'true'
@@ -53,7 +53,7 @@ jobs:
5353
run: echo "iso8601=$(date --utc --iso-8601=seconds)" >> $GITHUB_OUTPUT
5454
- id: notes
5555
name: Generate Release Notes
56-
uses: metio/ci/release-notes@749a4d81adf23ed252c309fa8bd94aec0e6b03c7 # 2026.7.15145237
56+
uses: metio/ci/release-notes@90f338e9eaaaaf67a8964a596260eaf27ea53812 # 2026.7.20205609
5757
with:
5858
version: ${{ needs.prepare.outputs.version }}
5959
previous: ${{ needs.prepare.outputs.previous }}

0 commit comments

Comments
 (0)