Skip to content

Commit 7a297f6

Browse files
committed
chore: update update-deps.yml
1 parent c1a9bd2 commit 7a297f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: rm -Rf node_modules pnpm-lock.yaml # Remove node_modules and pnpm-lock.yaml
5050
- run: pnpm install
5151
- name: Create Pull Request
52-
uses: peter-evans/create-pull-request@v4
52+
uses: peter-evans/create-pull-request@v6
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
commit-message: "build: update dependencies to the latest version"

0 commit comments

Comments
 (0)