From 899fe56fee441e6ac093803868033cc3bf165b70 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 (cherry picked from commit f10fbca38ba4131f0c96c7479028fca4d21afbdd) # Conflicts: # .github/workflows/ci-snapshot.yml --- .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 38b9219e00..3e8ebb6a6c 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -14,7 +14,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 secrets: GRADLE_ENTERPRISE_SECRET_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}