File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout Code Repository
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
28
28
- name : Set up Python
29
29
uses : actions/setup-python@v5
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout Code Repository
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
42
42
- name : Build the Stack
43
43
run : docker compose -f docker-compose.ci.yml build
Original file line number Diff line number Diff line change 30
30
working-directory : ui
31
31
steps :
32
32
- name : Checkout Code Repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Install Node.js
36
36
uses : actions/setup-node@v4
53
53
working-directory : ui
54
54
steps :
55
55
- name : Checkout Code Repository
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
58
58
- name : Install Node.js
59
59
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments