File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
runs-on : ubuntu-22.04
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Set up Go
26
- uses : actions/setup-go@v4
26
+ uses : actions/setup-go@v5
27
27
with :
28
28
cache : false
29
29
go-version : " 1.22"
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 1
19
19
- name : Copy files to S3
Original file line number Diff line number Diff line change @@ -12,12 +12,19 @@ jobs:
12
12
release-tag :
13
13
runs-on : ubuntu-22.04
14
14
steps :
15
+ - name : trigger ui repo tag workflow
16
+ uses : peter-evans/repository-dispatch@v3
17
+ with :
18
+ token : ${{ secrets.DISPATCH_PAT }}
19
+ repository : gptscript-ai/ui
20
+ event-type : release
21
+ client-payload : ' {"tag": "${{ github.ref_name }}"}'
15
22
- name : Checkout
16
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
17
24
with :
18
25
fetch-depth : 0
19
26
- name : Set up Go
20
- uses : actions/setup-go@v4
27
+ uses : actions/setup-go@v5
21
28
with :
22
29
cache : false
23
30
go-version : " 1.22"
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
- - uses : actions/setup-go@v4
17
+ - uses : actions/setup-go@v5
18
18
with :
19
19
cache : false
20
20
go-version : " 1.22"
You can’t perform that action at this time.
0 commit comments