File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1212 ruby : ['2.7', '3.0']
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
16+ with :
17+ persist-credentials : false
1618 - uses : ruby/setup-ruby@v1
1719 with :
1820 ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 1717 ruby : [2.7]
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
21+ with :
22+ persist-credentials : false
2123 - uses : actions/setup-node@v3
2224 - name : Save root node_modules to cache
2325 uses : actions/cache@v3
6668 # having to do with automatic kwarg splatting
6769 MT_KWARGS_HACK : 1
6870 steps :
69- - uses : actions/checkout@v3
71+ - uses : actions/checkout@v4
72+ with :
73+ persist-credentials : false
7074 - uses : actions/setup-node@v3
7175 - run : npm -g install yalc
7276 - run : yalc publish
You can’t perform that action at this time.
0 commit comments