File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 12
12
test :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : Set up Python 3.11
17
17
uses : actions/setup-python@v3
18
18
with :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
- name : If release
37
37
id : release
38
38
run : |
86
86
node-version : [ 18 ]
87
87
steps :
88
88
- name : Checkout
89
- uses : actions/checkout@v3
89
+ uses : actions/checkout@v4
90
90
91
91
- uses : pnpm/action-setup@v2
92
92
with :
@@ -117,7 +117,7 @@ jobs:
117
117
needs : [ build-webui, version-info ]
118
118
steps :
119
119
- name : Checkout
120
- uses : actions/checkout@v3
120
+ uses : actions/checkout@v4
121
121
122
122
- name : Create Version info via tag
123
123
working-directory : ./backend/src
@@ -224,7 +224,7 @@ jobs:
224
224
version : ${{ needs.version-info.outputs.version }}
225
225
steps :
226
226
- name : Checkout code
227
- uses : actions/checkout@v3
227
+ uses : actions/checkout@v4
228
228
229
229
- name : Download artifact webui
230
230
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ function subscribe() {
103
103
onFinally() {
104
104
loading .subscribe = false ;
105
105
},
106
- }).execute (rule .value );
106
+ }).execute (rule .value , rss . value );
107
107
}
108
108
}
109
109
</script >
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ declare module '@vue/runtime-core' {
22
22
AbLabel : typeof import ( './../../src/components/ab-label.vue' ) [ 'default' ]
23
23
AbPageTitle : typeof import ( './../../src/components/basic/ab-page-title.vue' ) [ 'default' ]
24
24
AbPopup : typeof import ( './../../src/components/ab-popup.vue' ) [ 'default' ]
25
- AbRssItem : typeof import ( './../../src/components/ab-rss-item.vue' ) [ 'default' ]
26
25
AbRule : typeof import ( './../../src/components/ab-rule.vue' ) [ 'default' ]
27
26
AbSearch : typeof import ( './../../src/components/basic/ab-search.vue' ) [ 'default' ]
28
27
AbSearchBar : typeof import ( './../../src/components/ab-search-bar.vue' ) [ 'default' ]
You can’t perform that action at this time.
0 commit comments