build(deps-dev): bump vue from 3.4.15 to 3.4.26 #611
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependabot Changeset | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
create-changeset: | |
name: Create Changeset | |
runs-on: ubuntu-latest | |
if: github.actor == 'dependabot[bot]' | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Install jq | |
run: sudo apt-get install -y jq | |
- name: Run dependabot changeset script | |
run: pnpm changeset:dependabot | |
- name: Commit Changeset | |
run: | | |
git commit -m "build: update dependency changeset" |