File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout repo
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Use Node
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
16
node-version : lts/*
17
17
@@ -25,13 +25,13 @@ jobs:
25
25
run : yarn test --coverage
26
26
27
27
- name : codecov
28
- uses : codecov/codecov-action@v2
28
+ uses : codecov/codecov-action@v5
29
29
30
30
- name : Build
31
31
run : yarn run build
32
32
33
33
- name : Upload artifacts
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : dist
37
37
path : dist/**/*
Original file line number Diff line number Diff line change 11
11
pr_title :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : amannn/action-semantic-pull-request@v4
14
+ - uses : amannn/action-semantic-pull-request@v5
15
15
env :
16
16
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
17
ignoreLabels : meta
You can’t perform that action at this time.
0 commit comments