Skip to content

Commit 663e850

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4.0.0 (#227)
1 parent a8152f0 commit 663e850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
yarn install
2222
yarn build
2323
- name: Deploy
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: docs/build

0 commit comments

Comments
 (0)