File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 2
2323
9898
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v6
102102 with :
103103 fetch-depth : 2
104104
@@ -125,7 +125,7 @@ jobs:
125125
126126 - name : Upload coverage reports to Codecov
127127 if : ${{ matrix.tool == 'code-coverage' }}
128- uses : codecov/codecov-action@v5
128+ uses : codecov/codecov-action@v6
129129 with :
130130 token : ${{ secrets.CODECOV_TOKEN }}
131131 files : ./.phpunit.cache/clover.xml
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ services:
6868 - ./.docker/redmine-60101_data/sqlite:/usr/src/redmine/sqlite
6969
7070 redmine-6-0 :
71- image : redmine:6.0.8
71+ image : redmine:6.1.2
7272 user : " 33:33"
7373 ports :
7474 - " 5060:3000"
@@ -82,7 +82,7 @@ services:
8282 - ./.docker/redmine-60008_data/sqlite:/usr/src/redmine/sqlite
8383
8484 redmine-5-1 :
85- image : redmine:5 .1.11
85+ image : redmine:6 .1.2
8686 user : " 33:33"
8787 ports :
8888 - " 5051:3000"
You can’t perform that action at this time.
0 commit comments