Skip to content

Commit 41b56bf

Browse files
authored
Merge pull request #889 from wildfly/dependabot/github_actions/actions/configure-pages-5
Bump actions/configure-pages from 4 to 5
2 parents 8260a93 + 2757d14 commit 41b56bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cache: 'maven'
3838
- name: Setup Pages
3939
id: pages
40-
uses: actions/configure-pages@v4
40+
uses: actions/configure-pages@v5
4141
- name: Build with Maven
4242
run: mvn -U -B -ntp clean package -DskipTests -Pdocs -Dpublish
4343
- name: Rename README.html to index.html

0 commit comments

Comments
 (0)