From f10fbca38ba4131f0c96c7479028fca4d21afbdd Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 28 Aug 2024 14:59:45 -0400 Subject: [PATCH] Switch `ci-snapshot.yml` to the latest reusable WF **Auto-cherry-pick to `6.3.x` & `6.2.x`** --- .github/workflows/ci-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index c57e8778e7..a94396f772 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -17,7 +17,7 @@ concurrency: jobs: build-snapshot: - uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v3 + uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main with: gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }} secrets: