File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 8585 matrix : ${{ steps.set-matrix.outputs.matrix }}
8686 changed-files : ${{ steps.changed-files.outputs.files }}
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v6
8989 with :
9090 fetch-depth : 2
9191
@@ -127,7 +127,7 @@ jobs:
127127 runs-on : ${{ matrix.os }}
128128 steps :
129129 - name : Checkout repository
130- uses : actions/checkout@v4
130+ uses : actions/checkout@v6
131131 with :
132132 fetch-depth : 2
133133
Original file line number Diff line number Diff line change 11name : " Pull Request Labeler"
2+
23on :
3- pull_request_target :
4- paths :
5- - ' !archive/*/*/*.md'
4+ pull_request :
5+ types :
6+ - opened
7+ - synchronize
68
79jobs :
8- pr- labeler :
10+ labeler :
911 permissions :
1012 contents : read
1113 pull-requests : write
Original file line number Diff line number Diff line change 3030 app-id : ${{ secrets.README_BOT_APP_ID }}
3131 private-key : ${{ secrets.README_BOT_PRIVATE_KEY }}
3232
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434
3535 - name : Read repo config
3636 uses :
pietrobolcato/[email protected]
Original file line number Diff line number Diff line change 3535 status : ${{ steps.changed-files.outputs.exists }}
3636 changed_files : ${{ steps.changed-files.outputs.files }}
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 with :
4040 fetch-depth : 2
4141
7070
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v6
7474 with :
7575 fetch-depth : 2
7676
You can’t perform that action at this time.
0 commit comments