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-60100_data/sqlite:/usr/src/redmine/sqlite
41
41
42
42
redmine-6-0 :
43
- image : redmine:6.0.7
43
+ image : redmine:6.1.0
44
44
ports :
45
45
- " 5060:3000"
46
46
environment :
@@ -53,7 +53,7 @@ services:
53
53
- ./.docker/redmine-60007_data/sqlite:/usr/src/redmine/sqlite
54
54
55
55
redmine-5-1 :
56
- image : redmine:5 .1.10
56
+ image : redmine:6 .1.0
57
57
user : " 1000:1000"
58
58
ports :
59
59
- " 5051:3000"
You can’t perform that action at this time.
0 commit comments