File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
46
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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,15 +52,15 @@ jobs:
52
52
- ' __iOS_8'
53
53
steps :
54
54
- name : Checkout
55
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
55
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
56
56
57
57
- name : Use Node.js ${{ env.NODE_VERSION }}
58
58
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
59
59
with :
60
60
node-version : ${{ env.NODE_VERSION }}
61
61
62
62
- name : Cache
63
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
63
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
64
64
with :
65
65
path : ~/.npm
66
66
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
name : Update Filestash
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21
21
22
22
- name : Use Node.js ${{ env.NODE_VERSION }}
23
23
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
24
24
with :
25
25
node-version : ${{ env.NODE_VERSION }}
26
26
27
27
- name : Cache
28
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
28
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
29
29
with :
30
30
path : ~/.npm
31
31
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
42
42
NPM_SCRIPT : " test:firefox"
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
46
46
47
47
- name : Use Node.js ${{ matrix.NODE_VERSION }}
48
48
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
49
49
with :
50
50
node-version : ${{ matrix.NODE_VERSION }}
51
51
52
52
- name : Cache
53
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
53
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
54
54
with :
55
55
path : ~/.npm
56
56
key : ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -83,15 +83,15 @@ jobs:
83
83
name : test:safari - Safari
84
84
steps :
85
85
- name : Checkout
86
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
86
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
87
87
88
88
- name : Use Node.js ${{ env.NODE_VERSION }}
89
89
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
90
90
with :
91
91
node-version : ${{ env.NODE_VERSION }}
92
92
93
93
- name : Cache
94
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
94
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
95
95
with :
96
96
path : ~/.npm
97
97
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments