This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
contents : read
15
15
pull-requests : write
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Label PR
47
- uses : actions/labeler@v4
47
+ uses : actions/labeler@v5
48
48
with :
49
49
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
50
50
configuration-path : .github/labeler.yml
Original file line number Diff line number Diff line change 17
17
contents : read
18
18
pull-requests : write
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
validate :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
17
17
- name : Conventional Commits Check
18
- uses : webiny/action-conventional-commits@v1.1 .0
18
+ uses : webiny/action-conventional-commits@v1.3 .0
19
19
20
20
- name : PR Size Check
21
21
uses : codelytv/pr-size-labeler@v1
34
34
security :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
39
39
- name : Security Scan
40
40
uses : github/codeql-action/analyze@v2
50
50
!github.event.pull_request.draft
51
51
steps :
52
52
- name : Auto-merge Pull Request
53
- uses : pascalgn/automerge-action@v0.15.6
53
+ uses : pascalgn/automerge-action@v0.16.4
54
54
env :
55
55
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
56
56
MERGE_METHOD : " squash"
You can’t perform that action at this time.
0 commit comments