File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4.1.0
24
24
25
25
- name : Cache Docker Register
26
26
if : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4.1.0
20
20
21
21
- name : Cache Docker Register
22
22
uses : actions/cache@v3
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout
9
- uses : actions/checkout@v2.3.1
9
+ uses : actions/checkout@v4.1.0
10
10
11
11
- name : Use Node.js 18.x
12
12
uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2.3.1
12
+ uses : actions/checkout@v4.1.0
13
13
14
14
- name : Use Node.js 18.x
15
15
uses : actions/setup-node@v1
You can’t perform that action at this time.
0 commit comments