File tree Expand file tree Collapse file tree 5 files changed +13091
-13351
lines changed Expand file tree Collapse file tree 5 files changed +13091
-13351
lines changed Original file line number Diff line number Diff line change 77
77
node-version : ${{ env.NODE_VERSION }}
78
78
cache : ' npm'
79
79
- name : Set up JDK 11
80
- uses : actions/setup-java@v3
80
+ uses : actions/setup-java@v4
81
81
with :
82
82
java-version : ${{ env.JAVA_VERSION }}
83
83
distribution : ${{ env.JAVA_DISTRIBUTION }}
Original file line number Diff line number Diff line change 87
87
node-version : ${{ env.NODE_VERSION }}
88
88
cache : ' npm'
89
89
- name : Set up JDK 11
90
- uses : actions/setup-java@v3
90
+ uses : actions/setup-java@v4
91
91
with :
92
92
java-version : ${{ env.JAVA_VERSION }}
93
93
distribution : ${{ env.JAVA_DISTRIBUTION }}
Original file line number Diff line number Diff line change 17
17
issues : write
18
18
19
19
steps :
20
- - uses : actions/stale@v8
20
+ - uses : actions/stale@v9
21
21
with :
22
22
repo-token : ${{ github.token }}
23
23
days-before-issue-stale : 60
You can’t perform that action at this time.
0 commit comments