From 6e2e49f58b201b1dde36d9e773dc5c60103fdaf3 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Wed, 4 Jun 2025 19:12:11 +0200 Subject: [PATCH] [Build] Update snapshots in Version-Increment workflow This ensures that the workflow for automated version increments always operates on the latest content from the I-builds repository and discards cached data. --- .github/workflows/checkVersions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkVersions.yml b/.github/workflows/checkVersions.yml index a823007454b..ddbefe5fc6c 100644 --- a/.github/workflows/checkVersions.yml +++ b/.github/workflows/checkVersions.yml @@ -69,7 +69,7 @@ jobs: command: > mvn verify ${{ inputs.extra-maven-args }} -DskipTests -Dcompare-version-with-baselines.skip=false org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100 - --threads 1C --fail-at-end --show-version + --update-snapshots --threads 1C --fail-at-end --show-version - name: Commit version increments, if any run: |