Skip to content

Commit 253700b

Browse files
chore(deps): update actions/configure-pages action to v2 (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25eb4a7 commit 253700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: 'pnpm'
4545
- name: Setup Pages
4646
id: pages
47-
uses: actions/configure-pages@v1
47+
uses: actions/configure-pages@v2
4848
- name: Install dependencies
4949
run: pnpm install
5050
- name: Build doc

0 commit comments

Comments
 (0)