Skip to content

Commit aa33d71

Browse files
Merge pull request #187 from PythonCoderAS/dependabot/github_actions/actions/configure-pages-4
Bump actions/configure-pages from 3 to 4
2 parents 8219602 + 42bf2a0 commit aa33d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: npm ci
2525
- run: npm run docs
2626
- name: Setup Pages
27-
uses: actions/configure-pages@v3
27+
uses: actions/configure-pages@v4
2828
- name: Upload artifact
2929
uses: actions/upload-pages-artifact@v2
3030
with:

0 commit comments

Comments
 (0)