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 8
8
9
9
jobs :
10
10
cherry-pick-commit :
11
- uses : spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@v3
11
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-cherry-pick.yml@v4
12
12
secrets :
13
13
GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
backport-issue :
10
- uses : spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v3
10
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v4
11
11
secrets :
12
12
GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ permissions:
16
16
jobs :
17
17
dispatch-docs-build :
18
18
if : github.repository_owner == 'spring-projects'
19
- uses : spring-io/spring-github-workflows/.github/workflows/spring-dispatch-docs-build.yml@v3
19
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-dispatch-docs-build.yml@v4
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@v3
11
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-gradle-pull-request-build.yml@v4
You can’t perform that action at this time.
0 commit comments