Skip to content

Commit fd93cb7

Browse files
authored
Update checkout v6
1 parent ebe9721 commit fd93cb7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/merge.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
schedule:
66
- cron: '0 0 * * *'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
_master:
1013
strategy:
@@ -37,11 +40,11 @@ jobs:
3740
runs-on: ubuntu-22.04
3841
steps:
3942

40-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4144
with:
4245
ref: ${{ matrix.branch }}
4346
fetch-depth: 0
44-
token: ${{ secrets.WORKFLOW_TOKEN }}
47+
token: ${{ secrets.GITHUB_TOKEN }}
4548

4649
- name: Configure user
4750
run: |
@@ -161,11 +164,11 @@ jobs:
161164
runs-on: ubuntu-22.04
162165
steps:
163166

164-
- uses: actions/checkout@v4
167+
- uses: actions/checkout@v6
165168
with:
166169
ref: ${{ matrix.branch }}
167170
fetch-depth: 0
168-
token: ${{ secrets.WORKFLOW_TOKEN }}
171+
token: ${{ secrets.GITHUB_TOKEN }}
169172

170173
- name: Configure user
171174
run: |

0 commit comments

Comments
 (0)