File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7777 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
7878 fetch-depth : 0
7979 - name : Setup Node.js 20
80- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
80+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
8181 with :
8282 node-version : 20
8383 cache : ' yarn'
Original file line number Diff line number Diff line change 7272 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
7373 fetch-depth : 0
7474 - name : Setup Node.js 20
75- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
75+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
7676 with :
7777 node-version : 20
7878 cache : ' yarn'
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 with :
118118 persist-credentials : false
119119 - name : Setup Node.js ${{ matrix.node-version }} with ${{ matrix.pkg-manager }}
120- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
120+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
121121 with :
122122 node-version : ${{ matrix.node-version }}
123123 cache : ${{ matrix.pkg-manager }}
Original file line number Diff line number Diff line change 9595 with :
9696 persist-credentials : false
9797 - name : Setup Node.js ${{ matrix.node-version }} with ${{ matrix.pkg-manager }}
98- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
98+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
9999 with :
100100 node-version : ${{ matrix.node-version }}
101101 cache : ${{ matrix.pkg-manager }}
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 1
116116
117117 - name : Setup Node.js 20
118- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
118+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
119119 with :
120120 node-version : 20
121121 cache : ' yarn'
@@ -402,7 +402,7 @@ jobs:
402402 persist-credentials : false
403403
404404 - name : Setup Node.js 20
405- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
405+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
406406 with :
407407 node-version : 20
408408 cache : ' yarn'
@@ -534,7 +534,7 @@ jobs:
534534 java-version : ' 11'
535535
536536 - name : Setup Node.js 20
537- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
537+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
538538 with :
539539 node-version : 20
540540 cache : ' yarn'
@@ -661,7 +661,7 @@ jobs:
661661 persist-credentials : false
662662
663663 - name : Setup Node.js 20
664- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
664+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
665665 with :
666666 node-version : 20
667667 cache : ' yarn'
Original file line number Diff line number Diff line change 2323 repository : ${{ inputs.repository }}
2424 persist-credentials : false
2525 - name : Setup Node.js 20
26- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
26+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
2727 with :
2828 node-version : 20
2929 cache : ' yarn'
Original file line number Diff line number Diff line change 2424 - name : Checkout repo
2525 uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
2626 - name : Setup Node.js 20
27- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
27+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
2828 with :
2929 node-version : 20
3030 cache : ' yarn'
Original file line number Diff line number Diff line change 4444 persist-credentials : false
4545
4646 - name : Setup Node.js 20
47- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
47+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
4848 with :
4949 node-version : 20
5050 cache : ' yarn'
Original file line number Diff line number Diff line change 2828 uses : ./.github/actions/has-changesets
2929 - name : Setup Node.js 20
3030 if : ${{ steps.has-changesets.outputs.has-changesets == 'true' }}
31- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
31+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4.0.2 https://github.com/actions/setup-node/commit/60edb5dd545a775178f52524783378180af0d1f8
3232 with :
3333 node-version : 20
3434 cache : ' yarn'
You can’t perform that action at this time.
0 commit comments