@@ -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') }}
@@ -78,15 +78,15 @@ jobs:
78
78
MIGRATE_VERSION : " min"
79
79
steps :
80
80
- name : Checkout
81
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
82
82
83
83
- name : Use Node.js ${{ env.NODE_VERSION }}
84
84
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
85
85
with :
86
86
node-version : ${{ env.NODE_VERSION }}
87
87
88
88
- name : Cache
89
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
89
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
90
90
with :
91
91
path : ~/.npm
92
92
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -107,15 +107,15 @@ jobs:
107
107
MIGRATE_VERSION : " min"
108
108
steps :
109
109
- name : Checkout
110
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
111
111
112
112
- name : Use Node.js ${{ env.NODE_VERSION }}
113
113
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
114
114
with :
115
115
node-version : ${{ env.NODE_VERSION }}
116
116
117
117
- name : Cache
118
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
118
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
119
119
with :
120
120
path : ~/.npm
121
121
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments