File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 announce-milestone-planning :
9- uses : spring-io/spring-github-workflows/.github/workflows/spring-announce-milestone-planning.yml@main
9+ uses : spring-io/spring-github-workflows/.github/workflows/spring-announce-milestone-planning.yml@v4
1010 secrets :
1111 SPRING_RELEASE_CHAT_WEBHOOK_URL : ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
2222
2323jobs :
2424 build-snapshot :
25- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
25+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v4
2626 with :
2727 gradleTasks : ${{ github.event_name == 'schedule' && '--rerun-tasks --refresh-dependencies' || inputs.gradleOptions }}
2828 secrets :
Original file line number Diff line number Diff line change 1212 merge-dependabot-pr :
1313 permissions : write-all
1414
15- uses : spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
15+ uses : spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v4
1616 with :
1717 mergeArguments : --auto --squash
1818 autoMergeSnapshots : true
Original file line number Diff line number Diff line change 1212 contents : write
1313 issues : write
1414
15- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
15+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v4
1616 secrets :
1717 GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
1818 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments