Skip to content

Commit c1a9bd2

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-deps.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616

1717
permissions:
1818
contents: write # to be able to publish a GitHub release
19-
issues: write # to be able to comment on released issues
2019
pull-requests: write # to be able to comment on released pull requests
21-
20+
2221
steps:
23-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2423
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2625
with:
2726
node-version: ${{ matrix.node-version }}
2827
- name: Install pnpm
@@ -52,5 +51,6 @@ jobs:
5251
- name: Create Pull Request
5352
uses: peter-evans/create-pull-request@v4
5453
with:
54+
token: ${{ secrets.GITHUB_TOKEN }}
5555
commit-message: "build: update dependencies to the latest version"
5656
title: Update dependencies to the latest version

0 commit comments

Comments
 (0)