File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
outputs :
12
12
earlybird_next_version : ${{ steps.getversion.outputs.earlybird_next_version }}
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
token : ${{ secrets.GITHUB_TOKEN }}
17
17
- uses : actions/setup-node@v4
33
33
with :
34
34
go-version : ^1.18
35
35
- name : Checkout repo
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
- name : Build project
38
38
run : ./build.sh ${{ needs.get_next_version.outputs.earlybird_next_version }}
39
39
- name : Upload artifacts
49
49
name : Release
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v4
52
+ - uses : actions/checkout@v5
53
53
with :
54
54
token : ${{ secrets.GITHUB_TOKEN}}
55
55
- name : Download earlybird artifacts
Original file line number Diff line number Diff line change 17
17
with :
18
18
go-version : ^1.18
19
19
- name : Checkout repo
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
- name : Build and Test
22
22
run : ./build.sh
You can’t perform that action at this time.
0 commit comments