Skip to content

Commit

Permalink
Bump actions/configure-pages from 3 to 4 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 06b1ae4 commit 3a0c511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: '11'
cache: 'maven'
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Build site
run: mvn -B -V -e -ntp -Pquick-build clean verify site
- name: Upload artifact
Expand Down

0 comments on commit 3a0c511

Please sign in to comment.