From 409d74f1080feb772cc15e02282df3d36cfb9158 Mon Sep 17 00:00:00 2001 From: Henner Kollmann Date: Sat, 27 Apr 2024 15:43:27 +0200 Subject: [PATCH] update github actions --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/on-new-framework-tag.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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