Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 27, 2024
1 parent 95583cd commit 409d74f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-new-framework-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 409d74f

Please sign in to comment.