Skip to content

Commit e1feab5

Browse files
authored
Merge pull request #129 from sgratzl/dependabot/github_actions/actions/configure-pages-5
build(deps): bump actions/configure-pages from 4 to 5
2 parents c6c389e + 6e49baa commit e1feab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-yarn2-v5
3535
- run: yarn install
3636
- run: yarn docs:build
37-
- uses: actions/configure-pages@v4
37+
- uses: actions/configure-pages@v5
3838
- uses: actions/upload-pages-artifact@v3
3939
with:
4040
path: docs/.vitepress/dist

0 commit comments

Comments
 (0)