@@ -19,18 +19,18 @@ jobs:
19
19
if : github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master'
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
25
ref : master
26
26
27
27
- name : Use Node.js ${{ matrix.node-version }}
28
- uses : actions/setup-node@v3
28
+ uses : actions/setup-node@v4
29
29
with :
30
30
node-version : ${{ matrix.node-version }}
31
31
32
32
- name : Cache node modules
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
id : cache-node-modules
35
35
env :
36
36
cache-name : cache-node-modules
@@ -59,18 +59,18 @@ jobs:
59
59
node-version : [20]
60
60
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : 0
65
65
ref : master
66
66
67
67
- name : Use Node.js ${{ matrix.node-version }}
68
- uses : actions/setup-node@v3
68
+ uses : actions/setup-node@v4
69
69
with :
70
70
node-version : ${{ matrix.node-version }}
71
71
72
72
- name : Cache node modules
73
- uses : actions/cache@v3
73
+ uses : actions/cache@v4
74
74
id : cache-node-modules
75
75
env :
76
76
cache-name : cache-node-modules
81
81
key : ${{ runner.os }}-${{ matrix.node-version }}-build-${{ env.cache-name }}-${{ hashFiles('./packages/*/package-lock.json') }}-${{ hashFiles('./package-lock.json') }}
82
82
83
83
- name : Cache turbo build setup
84
- uses : actions/cache@v3
84
+ uses : actions/cache@v4
85
85
with :
86
86
path : .turbo
87
87
key : turbo-master-${{ github.sha }}
@@ -133,18 +133,18 @@ jobs:
133
133
node-version : [20]
134
134
135
135
steps :
136
- - uses : actions/checkout@v3
136
+ - uses : actions/checkout@v4
137
137
with :
138
138
fetch-depth : 0
139
139
ref : master
140
140
141
141
- name : Use Node.js ${{ matrix.node-version }}
142
- uses : actions/setup-node@v3
142
+ uses : actions/setup-node@v4
143
143
with :
144
144
node-version : ${{ matrix.node-version }}
145
145
146
146
- name : Cache node modules
147
- uses : actions/cache@v3
147
+ uses : actions/cache@v4
148
148
id : cache-node-modules
149
149
env :
150
150
cache-name : cache-node-modules
0 commit comments