Skip to content

Commit 4ae1f8e

Browse files
chore(deps): update all dependencies to v7
1 parent ab0c715 commit 4ae1f8e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
with:
2323
fetch-depth: 2
2424

@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
72+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7373
with:
7474
fetch-depth: 2
7575

@@ -129,7 +129,7 @@ jobs:
129129

130130
steps:
131131
- name: Checkout
132-
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
132+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
133133
with:
134134
fetch-depth: 2
135135

@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Upload coverage reports to Codecov
158158
if: ${{ matrix.tool == 'code-coverage' }}
159-
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
159+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
160160
with:
161161
token: ${{ secrets.CODECOV_TOKEN }}
162162
files: ./.phpunit.cache/clover.xml

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
- ./.docker/redmine-70000_data/sqlite:/usr/src/redmine/sqlite
6868

6969
redmine-6-1:
70-
image: redmine:6.1.3
70+
image: redmine:7.0.1
7171
user: "33:33"
7272
ports:
7373
- "5061:3000"
@@ -81,7 +81,7 @@ services:
8181
- ./.docker/redmine-60103_data/sqlite:/usr/src/redmine/sqlite
8282

8383
redmine-6-0:
84-
image: redmine:6.0.10
84+
image: redmine:7.0.1
8585
user: "33:33"
8686
ports:
8787
- "5060:3000"
@@ -95,7 +95,7 @@ services:
9595
- ./.docker/redmine-60010_data/sqlite:/usr/src/redmine/sqlite
9696

9797
redmine-5-1:
98-
image: redmine:5.1.12
98+
image: redmine:7.0.1
9999
user: "33:33"
100100
ports:
101101
- "5051:3000"

0 commit comments

Comments
 (0)