File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
name : Build [packages]
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
27
27
28
28
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
29
29
with :
39
39
name : Test
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
42
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
43
43
44
44
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
45
45
with :
55
55
name : Lint [prettier]
56
56
runs-on : ubuntu-latest
57
57
steps :
58
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
58
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
59
59
60
60
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
61
61
with :
71
71
name : Lint [eslint]
72
72
runs-on : ubuntu-latest
73
73
steps :
74
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
74
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
75
75
76
76
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
77
77
with :
Original file line number Diff line number Diff line change 37
37
contents : read
38
38
id-token : write
39
39
steps :
40
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
41
41
42
42
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
43
43
with :
Original file line number Diff line number Diff line change 30
30
- trustwallet/assets
31
31
- ethereum-optimism/ethereum-optimism.github.io
32
32
steps :
33
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
34
34
35
35
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
36
36
with :
43
43
- run : pnpm turbo run build
44
44
working-directory : workspace/sync
45
45
46
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
47
47
with :
48
48
# PLEASE be aware that this is a security risk when you allow untrusted repositories to be checked out.
49
49
# While `pnpm run sync` is executed such that we're only reading files which pose no security risk,
You can’t perform that action at this time.
0 commit comments