File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 12
12
ruby : ['2.7', '3.0']
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
+ with :
17
+ persist-credentials : false
16
18
- uses : ruby/setup-ruby@v1
17
19
with :
18
20
ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 17
17
ruby : [2.7]
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
+ with :
22
+ persist-credentials : false
21
23
- uses : actions/setup-node@v3
22
24
- name : Save root node_modules to cache
23
25
uses : actions/cache@v3
66
68
# having to do with automatic kwarg splatting
67
69
MT_KWARGS_HACK : 1
68
70
steps :
69
- - uses : actions/checkout@v3
71
+ - uses : actions/checkout@v4
72
+ with :
73
+ persist-credentials : false
70
74
- uses : actions/setup-node@v3
71
75
- run : npm -g install yalc
72
76
- run : yalc publish
You can’t perform that action at this time.
0 commit comments