Skip to content

Commit d4387d3

Browse files
authored
Merge pull request #14 from scout-ch/renovate/major-major-updates
chore(deps): update major updates (major)
2 parents 2ac12f8 + 4b4aeca commit d4387d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Log in to GitHub Container Registry
2020
uses: docker/login-action@v3

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
DEBUG: ${DEBUG:-yes}
2020

2121
db:
22-
image: mariadb:10.11
22+
image: mariadb:12.0
2323
environment:
2424
MYSQL_DATABASE: pfadi_finder
2525
MYSQL_RANDOM_ROOT_PASSWORD: "yes"

0 commit comments

Comments
 (0)