File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
33
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
36
- name : Bootstrap project
61
61
steps :
62
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
63
- name : Use Node.js 18
64
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
64
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
65
65
with :
66
66
node-version : 18
67
67
- name : Bootstrap project
77
77
with :
78
78
fetch-depth : 0
79
79
- name : Use Node.js 18
80
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
80
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
81
81
with :
82
82
node-version : 18
83
83
- name : Bootstrap project
You can’t perform that action at this time.
0 commit comments