chore: upgrade actions version

This commit is contained in:
yanglbme 2020-11-24 23:55:18 +08:00
parent ba577270f4
commit 63253079f1
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ jobs:
with: with:
github_token: ${{ github.token }} github_token: ${{ github.token }}
source_ref: ${{ github.ref }} source_ref: ${{ github.ref }}
target_branch: 'main' target_branch: main
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}' commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'

View File

@ -17,7 +17,7 @@ jobs:
npm run build npm run build
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3 uses: JamesIves/github-pages-deploy-action@3.7.1
with: with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages BRANCH: gh-pages