From 5b1fd0160d72755c9c5213387a9074f83ec95663 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 20 Dec 2023 14:58:02 -0500 Subject: [PATCH] Migrate GHAs for Spring IO repository **Cherry-pick to `3.0.x`** --- .github/workflows/backport-issue.yml | 2 +- .github/workflows/ci-snapshot.yml | 2 +- .github/workflows/manual-finalize-release.yml | 2 +- .github/workflows/pr-build.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backport-issue.yml b/.github/workflows/backport-issue.yml index 59326f48d8..c32d9bf190 100644 --- a/.github/workflows/backport-issue.yml +++ b/.github/workflows/backport-issue.yml @@ -7,6 +7,6 @@ on: jobs: backport-issue: - uses: artembilan/spring-github-workflows/.github/workflows/spring-backport-issue.yml@main + uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v1 secrets: GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 74ed09a830..f553544872 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -9,7 +9,7 @@ on: jobs: build-snapshot: - uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main + uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1 secrets: GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }} GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} diff --git a/.github/workflows/manual-finalize-release.yml b/.github/workflows/manual-finalize-release.yml index fd16b2fd8f..46acb7f9f4 100644 --- a/.github/workflows/manual-finalize-release.yml +++ b/.github/workflows/manual-finalize-release.yml @@ -13,7 +13,7 @@ jobs: contents: write issues: write - uses: artembilan/spring-github-workflows/.github/workflows/spring-finalize-release.yml@main + uses: spring-io/spring-github-workflows/.github/workflows/spring-finalize-release.yml@v1 with: milestone: ${{ inputs.milestone }} secrets: diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 246f6a7f11..945b2f94d9 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -7,4 +7,4 @@ on: jobs: build-pull-request: - uses: artembilan/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main + uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0988fc9f9a..aa2cfbcdd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: contents: write issues: write - uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main + uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v1 secrets: GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }} GRADLE_ENTERPRISE_CACHE_USER: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}