File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 name : release
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2222 - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2323 with :
2424 cache : npm
Original file line number Diff line number Diff line change 2626 - ubuntu-latest
2727 runs-on : " ${{ matrix.os }}"
2828 steps :
29- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
29+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3030 - name : " Use Node.js ${{ matrix.node-version }}"
3131 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3232 with :
4242 timeout-minutes : 5
4343
4444 steps :
45- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
45+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4646 - run : git config --global user.name github-actions
4747 - run : git config --global user.email github-actions@github.com
4848 - name : Use Node.js from .nvmrc
You can’t perform that action at this time.
0 commit comments