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:
15
15
jobs :
16
16
check-docs :
17
17
name : Docs
18
- uses : playframework/.github/.github/workflows/antora.yml@v3
18
+ uses : playframework/.github/.github/workflows/antora.yml@v4
19
19
with :
20
20
playbook : antora-playbook.yml
21
21
24
24
if : github.event_name == 'pull_request'
25
25
needs : # Should be last
26
26
- " 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 12
12
publish-docs :
13
13
name : Publish / Docs
14
14
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
16
16
with :
17
17
playbook : antora-playbook.yml
18
18
publish : true
You can’t perform that action at this time.
0 commit comments