From 63253079f107dc7d6802c5d6722677023543eb8b Mon Sep 17 00:00:00 2001 From: yanglbme Date: Tue, 24 Nov 2020 23:55:18 +0800 Subject: [PATCH] chore: upgrade actions version --- .github/workflows/branch-merge.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch-merge.yml b/.github/workflows/branch-merge.yml index 684776c..5ef50b8 100644 --- a/.github/workflows/branch-merge.yml +++ b/.github/workflows/branch-merge.yml @@ -13,5 +13,5 @@ jobs: with: github_token: ${{ github.token }} source_ref: ${{ github.ref }} - target_branch: 'main' + target_branch: main commit_message_template: '[Automated] Merged {source_ref} into {target_branch}' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c33223..1edf1b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: npm run build - name: Deploy - uses: JamesIves/github-pages-deploy-action@releases/v3 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages