diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f1e99fc1b..cce75a211 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -13,7 +13,7 @@ jobs: if: "!(github.event.head_commit && contains(github.event.head_commit.message, 'ci skip'))" steps: - - uses: peter-evans/repository-dispatch@v1 + - uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.REPOSITORY_DISPATCH }} event-type: "push-tag" diff --git a/.github/workflows/on-new-framework-tag.yml b/.github/workflows/on-new-framework-tag.yml index cc0c7ae30..c6560a7ba 100644 --- a/.github/workflows/on-new-framework-tag.yml +++ b/.github/workflows/on-new-framework-tag.yml @@ -20,7 +20,7 @@ jobs: echo "{version}={$version}" >> $GITHUB_OUTPUT echo "{destination_dir}={$dir}" >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false @@ -39,7 +39,7 @@ jobs: run: qx deploy --target=build -v --clean - name: Deploy to GH page - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./html