Skip to content

Commit e5a98cc

Browse files
authored
Merge pull request #34 from ToshY/dependabot/github_actions/main/actions/configure-pages-6
Bump actions/configure-pages from 5 to 6
2 parents 8e39877 + 71c7ab2 commit e5a98cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Setup pages
25-
uses: actions/configure-pages@v5
25+
uses: actions/configure-pages@v6
2626

2727
- name: Build docs
2828
run: docker run --rm -v $(pwd):/docs ghcr.io/squidfunk/mkdocs-material:9.7 build

0 commit comments

Comments
 (0)