File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
18
18
jobs :
19
19
build-snapshot :
20
- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v5
20
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
21
21
with :
22
22
gradleTasks : ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
23
23
secrets :
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build-pull-request :
11
- uses : spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v5
11
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@main
Original file line number Diff line number Diff line change 12
12
contents : write
13
13
issues : write
14
14
15
- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v5
15
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
16
16
secrets :
17
17
GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
18
18
DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments