File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
39
39
40
40
- name : Setup Node.js
41
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
41
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
42
42
with :
43
43
node-version : 20
44
44
registry-url : ' https://registry.npmjs.org'
75
75
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
76
76
77
77
- name : Setup Node.js
78
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
78
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
79
79
with :
80
80
node-version : 20
81
81
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change 32
32
lfs : true
33
33
34
34
- name : Setup Node.js
35
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
35
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
36
36
with :
37
37
node-version : ${{ matrix.node-version }}
38
38
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
40
40
41
41
- name : Setup Node.js
42
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
42
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
43
43
with :
44
44
node-version : 20
45
45
registry-url : ' https://registry.npmjs.org'
76
76
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
77
77
78
78
- name : Setup Node.js
79
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
79
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
80
80
with :
81
81
node-version : 20
82
82
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
45
45
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
46
47
47
- name : Check repository dependency graph
48
- uses : actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4
48
+ uses : actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce
49
49
if : ${{ github.event_name == 'pull_request' && steps.visibility.outputs.isPrivate == 'false' }}
50
50
51
51
- name : Setup Node.js v${{ matrix.node-version }}
52
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
52
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
53
53
with :
54
54
node-version : ${{ matrix.node-version }}
55
55
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
39
39
40
40
- name : Setup Node.js
41
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
41
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
42
42
with :
43
43
node-version : 20
44
44
registry-url : ' https://registry.npmjs.org'
75
75
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
76
76
77
77
- name : Setup Node.js
78
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
78
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
79
79
with :
80
80
node-version : 20
81
81
registry-url : ' https://npm.pkg.github.com'
You can’t perform that action at this time.
0 commit comments