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 17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 2
23
23
98
98
99
99
steps :
100
100
- name : Checkout
101
- uses : actions/checkout@v4
101
+ uses : actions/checkout@v5
102
102
with :
103
103
fetch-depth : 2
104
104
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
40
40
- ./.docker/redmine-60005_data/sqlite:/usr/src/redmine/sqlite
41
41
42
42
redmine-50108 :
43
- image : redmine:5.1.8
43
+ image : redmine:6.0.6
44
44
user : " 1000:1000"
45
45
ports :
46
46
- " 5051:3000"
@@ -52,7 +52,7 @@ services:
52
52
- ./.docker/redmine-50108_data/sqlite:/usr/src/redmine/sqlite
53
53
54
54
redmine-50012 :
55
- image : redmine:5 .0.12
55
+ image : redmine:6 .0.6
56
56
user : " 1000:1000"
57
57
ports :
58
58
- " 5050:3000"
You can’t perform that action at this time.
0 commit comments