Skip to content

Commit 958261b

Browse files
committed
Migrate GHAs to spring-io
1 parent 3e0352e commit 958261b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-snapshot:
11-
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
11+
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v1
1212
with:
1313
gradleTasks: dist
1414
secrets:

.github/workflows/pr-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
build-pull-request:
10-
uses: artembilan/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main
10+
uses: spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
actions: write
1212

13-
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
13+
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v1
1414
with:
1515
buildToolArgs: dist
1616
secrets:

0 commit comments

Comments
 (0)