@@ -30,15 +30,15 @@ jobs:
30
30
MIGRATE_VERSION : " min"
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34
34
35
35
- name : Use Node.js ${{ env.NODE_VERSION }}
36
36
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
37
37
with :
38
38
node-version : ${{ env.NODE_VERSION }}
39
39
40
40
- name : Cache
41
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42
42
with :
43
43
path : ~/.npm
44
44
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -79,15 +79,15 @@ jobs:
79
79
MIGRATE_VERSION : " min"
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83
83
84
84
- name : Use Node.js ${{ env.NODE_VERSION }}
85
85
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
86
86
with :
87
87
node-version : ${{ env.NODE_VERSION }}
88
88
89
89
- name : Cache
90
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
90
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
91
91
with :
92
92
path : ~/.npm
93
93
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -108,15 +108,15 @@ jobs:
108
108
MIGRATE_VERSION : " min"
109
109
steps :
110
110
- name : Checkout
111
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
112
112
113
113
- name : Use Node.js ${{ env.NODE_VERSION }}
114
114
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
115
115
with :
116
116
node-version : ${{ env.NODE_VERSION }}
117
117
118
118
- name : Cache
119
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
119
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
120
120
with :
121
121
path : ~/.npm
122
122
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments