File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - name : Set up Python 3.11
1717 uses : actions/setup-python@v3
1818 with :
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 - name : If release
3737 id : release
3838 run : |
8686 node-version : [ 18 ]
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v3
89+ uses : actions/checkout@v4
9090
9191 - uses : pnpm/action-setup@v2
9292 with :
@@ -117,7 +117,7 @@ jobs:
117117 needs : [ build-webui, version-info ]
118118 steps :
119119 - name : Checkout
120- uses : actions/checkout@v3
120+ uses : actions/checkout@v4
121121
122122 - name : Create Version info via tag
123123 working-directory : ./backend/src
@@ -224,7 +224,7 @@ jobs:
224224 version : ${{ needs.version-info.outputs.version }}
225225 steps :
226226 - name : Checkout code
227- uses : actions/checkout@v3
227+ uses : actions/checkout@v4
228228
229229 - name : Download artifact webui
230230 uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ function subscribe() {
103103 onFinally() {
104104 loading .subscribe = false ;
105105 },
106- }).execute (rule .value );
106+ }).execute (rule .value , rss . value );
107107 }
108108}
109109 </script >
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ declare module '@vue/runtime-core' {
2222 AbLabel : typeof import ( './../../src/components/ab-label.vue' ) [ 'default' ]
2323 AbPageTitle : typeof import ( './../../src/components/basic/ab-page-title.vue' ) [ 'default' ]
2424 AbPopup : typeof import ( './../../src/components/ab-popup.vue' ) [ 'default' ]
25- AbRssItem : typeof import ( './../../src/components/ab-rss-item.vue' ) [ 'default' ]
2625 AbRule : typeof import ( './../../src/components/ab-rule.vue' ) [ 'default' ]
2726 AbSearch : typeof import ( './../../src/components/basic/ab-search.vue' ) [ 'default' ]
2827 AbSearchBar : typeof import ( './../../src/components/ab-search-bar.vue' ) [ 'default' ]
You can’t perform that action at this time.
0 commit comments