diff --git a/.github/workflows/backport-issue.yml b/.github/workflows/backport-issue.yml index 59326f48..c32d9bf1 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 74ed09a8..f5535448 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 fd16b2fd..46acb7f9 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 246f6a7f..945b2f94 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 0988fc9f..aa2cfbcd 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 }}