Skip to content

Commit 7586fdd

Browse files
authored
Merge pull request #110 from ToshY/dependabot/github_actions/master/actions/configure-pages-5
Bump actions/configure-pages from 4 to 5
2 parents bb51c8d + b107d35 commit 7586fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup pages
24-
uses: actions/configure-pages@v4
24+
uses: actions/configure-pages@v5
2525

2626
- name: Build docs
2727
run: docker run --rm -v $(pwd):/docs squidfunk/mkdocs-material:9.1 build

0 commit comments

Comments
 (0)