Skip to content

Commit 9dcc9a9

Browse files
authored
Bump Play Reusing Workflows to v4 (#7)
1 parent 9418478 commit 9dcc9a9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
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

@@ -24,4 +24,4 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

0 commit comments

Comments
 (0)