File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515jobs :
1616 check-docs :
1717 name : Docs
18- uses : playframework/.github/.github/workflows/antora.yml@v3
18+ uses : playframework/.github/.github/workflows/antora.yml@v4
1919 with :
2020 playbook : antora-playbook.yml
2121
2424 if : github.event_name == 'pull_request'
2525 needs : # Should be last
2626 - " check-docs"
27- uses : playframework/.github/.github/workflows/rtm.yml@v3
27+ uses : playframework/.github/.github/workflows/rtm.yml@v4
Original file line number Diff line number Diff line change 1212 publish-docs :
1313 name : Publish / Docs
1414 if : github.event.repository.fork == false # Disable for forks
15- uses : playframework/.github/.github/workflows/antora.yml@v3
15+ uses : playframework/.github/.github/workflows/antora.yml@v4
1616 with :
1717 playbook : antora-playbook.yml
1818 publish : true
You can’t perform that action at this time.
0 commit comments