File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
36
36
integration-tests :
37
37
name : " Integration Tests"
38
- runs-on : ubuntu-20.04
38
+ runs-on : ubuntu-latest
39
39
needs : build
40
40
41
41
steps :
48
48
cache-dependency-path : ' **/package-lock.json'
49
49
50
50
- name : Start cheqd localnet
51
- run : docker run --rm -d -p 26657:26657 ghcr.io/cheqd/cheqd-node:3.1.5
51
+ run : docker run --rm -d -p 26657:26657 ghcr.io/cheqd/cheqd-node:latest
52
52
53
53
- name : " Clean install dependencies"
54
54
run : npm ci
58
58
59
59
import-tests :
60
60
name : " Import Tests"
61
- runs-on : ubuntu-20.04
61
+ runs-on : ubuntu-latest
62
62
needs : build
63
63
64
64
steps :
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
26
- - uses : amannn/action-semantic-pull-request@v5.5.3
26
+ - uses : amannn/action-semantic-pull-request@v5
27
27
env :
28
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
29
with :
Original file line number Diff line number Diff line change 24
24
25
25
- name : " Obtain Github App token"
26
26
id : app-token
27
- uses : getsentry/action-github-app-token@v3.0.0
27
+ uses : getsentry/action-github-app-token@v3
28
28
with :
29
29
app_id : ${{ secrets.BOT_APP_ID }}
30
30
private_key : ${{ secrets.BOT_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments