Skip to content

Commit a5976b1

Browse files
Use new version of update-antora-ui-spring action
Issue gh-15106
1 parent 5d6ba30 commit a5976b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-antora-ui-spring.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
matrix:
1717
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
1818
steps:
19-
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
19+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@17ed79ea5fbd65813c69ef1062a024d4a37ff0ca
2020
name: Update on Supported Branches
2121
with:
2222
docs-branch: ${{ matrix.branch }}
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
antora-file-path: 'docs/antora-playbook.yml'
25-
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
25+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@17ed79ea5fbd65813c69ef1062a024d4a37ff0ca
2626
name: Update on docs-build
2727
with:
2828
docs-branch: 'docs-build'

0 commit comments

Comments
 (0)