File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2323 with :
2424 cache : npm
2525 node-version : lts/*
Original file line number Diff line number Diff line change 3333 - run : git config --global user.name github-actions
3434 - run : git config --global user.email github-actions@github.com
3535 - name : Use Node.js ${{ matrix.node-version }}
36- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
36+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3737 with :
3838 node-version : ${{ matrix.node-version }}
3939 cache : npm
5050 needs : test_matrix
5151 steps :
5252 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
53- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
53+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5454 with :
5555 node-version : lts/*
5656 cache : npm
You can’t perform that action at this time.
0 commit comments