File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout repository from GitHub
31
- uses : actions/checkout@v2.3.1
31
+ uses : actions/checkout@v3
32
32
- name : Setup npm
33
- uses : actions/setup-node@v2
33
+ uses : actions/setup-node@v3
34
34
with :
35
35
node-version : ' 16'
36
36
registry-url : ' https://registry.npmjs.org'
37
37
# npm cache folder is in ~/, not within the working directory
38
38
- name : Cache npm directory
39
- uses : actions/cache@v2
39
+ uses : actions/cache@v3
40
40
with :
41
41
path : ~/.npm
42
42
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 9
9
timeout-minutes : 8
10
10
steps :
11
11
- name : Checkout repository from GitHub
12
- uses : actions/checkout@v2.3.1
12
+ uses : actions/checkout@v3
13
13
- name : Setup npm
14
- uses : actions/setup-node@v2
14
+ uses : actions/setup-node@v3
15
15
with :
16
16
node-version : ' 16'
17
17
# npm cache folder is in ~/, not within the working directory
18
18
- name : Cache npm directory
19
- uses : actions/cache@v2
19
+ uses : actions/cache@v3
20
20
with :
21
21
path : ~/.npm
22
22
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -58,4 +58,4 @@ Returns an [`Autocomplete Places Widget`](https://developers.google.com/maps/doc
58
58
59
59
``` TypeScript
60
60
google .maps .places .Autocomplete
61
- ```
61
+ ```
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ Returns an [`Autocomplete Service`](https://developers.google.com/maps/documenta
37
37
38
38
``` TypeScript
39
39
google .maps .places .AutocompleteService
40
- ```
40
+ ```
You can’t perform that action at this time.
0 commit comments