File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
BROWSERSTACK_USERNAME : ${{ secrets.BROWSERSTACK_USERNAME }}
44
44
BROWSERSTACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
45
45
steps :
46
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
46
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47
47
48
48
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
49
49
with :
Original file line number Diff line number Diff line change 52
52
- ' __iOS_8'
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
55
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56
56
57
57
- name : Use Node.js ${{ env.NODE_VERSION }}
58
58
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Original file line number Diff line number Diff line change 17
17
name : Update Filestash
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
21
22
22
- name : Use Node.js ${{ env.NODE_VERSION }}
23
23
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Original file line number Diff line number Diff line change 42
42
NPM_SCRIPT : " test:firefox"
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
45
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
47
47
- name : Use Node.js ${{ matrix.NODE_VERSION }}
48
48
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
83
83
name : test:safari - Safari
84
84
steps :
85
85
- name : Checkout
86
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
86
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
87
87
88
88
- name : Use Node.js ${{ env.NODE_VERSION }}
89
89
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
You can’t perform that action at this time.
0 commit comments