Skip to content

Commit 39acecc

Browse files
authored
Merge pull request #51 from KeYProject/dependabot/github_actions/actions/configure-pages-6
Bump actions/configure-pages from 5 to 6
2 parents 5b1d5b3 + 4bd0516 commit 39acecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pip install --user -r requirements.txt
3939
- name: Setup Pages
4040
id: pages
41-
uses: actions/configure-pages@v5
41+
uses: actions/configure-pages@v6
4242
- run: mkdocs build -c -d public
4343
- name: Upload artifact
4444
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)