@@ -45,15 +45,15 @@ jobs:
45
45
NPM_SCRIPT : " test:firefox"
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49
49
50
50
- name : Use Node.js ${{ matrix.NODE_VERSION }}
51
51
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
52
52
with :
53
53
node-version : ${{ matrix.NODE_VERSION }}
54
54
55
55
- name : Cache
56
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57
57
with :
58
58
path : ~/.npm
59
59
key : ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -100,15 +100,15 @@ jobs:
100
100
name : test:ie - IE
101
101
steps :
102
102
- name : Checkout
103
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
104
104
105
105
- name : Use Node.js ${{ env.NODE_VERSION }}
106
106
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
107
107
with :
108
108
node-version : ${{ env.NODE_VERSION }}
109
109
110
110
- name : Cache
111
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
111
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
112
112
with :
113
113
path : ~/.npm
114
114
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -128,15 +128,15 @@ jobs:
128
128
name : test:safari - Safari
129
129
steps :
130
130
- name : Checkout
131
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
131
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
132
132
133
133
- name : Use Node.js ${{ env.NODE_VERSION }}
134
134
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
135
135
with :
136
136
node-version : ${{ env.NODE_VERSION }}
137
137
138
138
- name : Cache
139
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
139
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
140
140
with :
141
141
path : ~/.npm
142
142
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments