Skip to content

Commit

Permalink
Bump Play Reusing Workflows to v4 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage authored Apr 17, 2024
1 parent 9418478 commit 9dcc9a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
check-docs:
name: Docs
uses: playframework/.github/.github/workflows/antora.yml@v3
uses: playframework/.github/.github/workflows/antora.yml@v4
with:
playbook: antora-playbook.yml

Expand All @@ -24,4 +24,4 @@ jobs:
if: github.event_name == 'pull_request'
needs: # Should be last
- "check-docs"
uses: playframework/.github/.github/workflows/rtm.yml@v3
uses: playframework/.github/.github/workflows/rtm.yml@v4
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
publish-docs:
name: Publish / Docs
if: github.event.repository.fork == false # Disable for forks
uses: playframework/.github/.github/workflows/antora.yml@v3
uses: playframework/.github/.github/workflows/antora.yml@v4
with:
playbook: antora-playbook.yml
publish: true

0 comments on commit 9dcc9a9

Please sign in to comment.