Skip to content

Commit dc29380

Browse files
committed
chore: migrate bump-version workflow to PAT_GITHUB and checkout v6
1 parent 4b0d218 commit dc29380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Check out source
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with:
27-
token: ${{ secrets.GITHUB_TOKEN }}
27+
token: ${{ secrets.PAT_GITHUB }}
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)